Html Css Color HEX #B89619 Buddha Gold

📋 copy color: '#B89619'

red 184 ◦ green 150 ◦ blue 25

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

Shades of Buddha Gold #B89619

Tints of Buddha Gold #B89619

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

 BLUE value IS 25 (10.16% from 255) = 6.96%

R = 51.25%
G = 41.78%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B89619 (or 0xB89619) is known color: Buddha Gold. HEX triplet: B8, 96 and 19. RGB value is (184,150,25). Sum of RGB (Red+Green+Blue) = 184+150+25=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B89619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89619 is #4769E6. Grayscale: #929292. Windows color (decimal): -4680167 or 1676984. OLE color: 1676984.

HSL color Cylindrical-coordinate representation of color #B89619: hue angle of 47.17º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B89619 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 150 25 -
CMYK 0 0.18 0.86 0.28
HSL 47.17º 0.76% 0.41% -
HSV(B) 47.17º 0.86% 0.72% -
XYZ 30.85 32.07 5.48 -
YUV 145.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 184 150 25 0 0.18 0.86 0.28 47.17 0.76 0.41
Hex B8 96 19 0 12 56 1C 2F 4C 29
Octal 270 226 31 0 22 126 34 57 114 51
Binary 10111000 10010110 11001 0 10010 1010110 11100 101111 1001100 101001

Color Harmonies of #B89619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89619

Black with #B89619

Text Example


Text Example

White with #B89619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89619; }

 p { color: rgb(184,150,25); }

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

background-color css

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

 a { background-color: rgb(184,150,25); }

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

border-color css

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

 span { border-color: rgb(184,150,25); }

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