Html Css Color HEX #B89C1F Buddha Gold

📋 copy color: '#B89C1F'

red 184 ◦ green 156 ◦ blue 31

#B89C1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #B89C1F

Tints of Buddha Gold #B89C1F

RGB

 RED value IS 184 (72.27% from 255) = 49.6%

 GREEN value IS 156 (61.33% from 255) = 42.05%

 BLUE value IS 31 (12.5% from 255) = 8.36%

R = 49.6%
G = 42.05%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B89C1F (or 0xB89C1F) is known color: Buddha Gold. HEX triplet: B8, 9C and 1F. RGB value is (184,156,31). Sum of RGB (Red+Green+Blue) = 184+156+31=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C1F is #4763E0. Grayscale: #969696. Windows color (decimal): -4678625 or 2071736. OLE color: 2071736.

HSL color Cylindrical-coordinate representation of color #B89C1F: hue angle of 49.02º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B89C1F is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 156 31 -
CMYK 0 0.15 0.83 0.28
HSL 49.02º 0.71% 0.42% -
HSV(B) 49.02º 0.83% 0.72% -
XYZ 31.9 34.07 6.19 -
YUV 150.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 184 156 31 0 0.15 0.83 0.28 49.02 0.71 0.42
Hex B8 9C 1F 0 F 53 1C 31 47 2A
Octal 270 234 37 0 17 123 34 61 107 52
Binary 10111000 10011100 11111 0 1111 1010011 11100 110001 1000111 101010

Color Harmonies of #B89C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89C1F

Black with #B89C1F

Text Example


Text Example

White with #B89C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89C1F; }

 p { color: rgb(184,156,31); }

 H1.HeaderClassName
 {
   color: #B89C1F;
 }
 .AnyTagClassName
 {
   color: #B89C1F;
 }
</style>

background-color css

<style>
 a { background-color: #B89C1F; }

 a { background-color: rgb(184,156,31); }

 div.DivClassName
 {
   background-color: #B89C1F;
 }
 .BgClassName
 {
   background-color: #B89C1F;
 }
</style>

border-color css

<style>
 span { border-color: #B89C1F; }

 span { border-color: rgb(184,156,31); }

 td.TdClassName
 {
   border-color: #B89C1F;
 }
 .TagClassName
 {
   border-color: #B89C1F;
 }
</style>