Html Css Color HEX #B89417 Buddha Gold

📋 copy color: '#B89417'

red 184 ◦ green 148 ◦ blue 23

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

Shades of Buddha Gold #B89417

Tints of Buddha Gold #B89417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 23 (9.38% from 255) = 6.48%

R = 51.83%
G = 41.69%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B89417 (or 0xB89417) is known color: Buddha Gold. HEX triplet: B8, 94 and 17. RGB value is (184,148,23). Sum of RGB (Red+Green+Blue) = 184+148+23=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B89417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89417 is #476BE8. Grayscale: #919191. Windows color (decimal): -4680681 or 1545400. OLE color: 1545400.

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

Color convert

RGB 184 148 23 -
CMYK 0 0.20 0.88 0.28
HSL 46.58º 0.78% 0.41% -
HSV(B) 46.58º 0.88% 0.72% -
XYZ 30.51 31.43 5.27 -
YUV 144.51 59.43 156.16 -
System Red Green Blue C M Y K H S L
Decimal 184 148 23 0 0.20 0.88 0.28 46.58 0.78 0.41
Hex B8 94 17 0 14 58 1C 2F 4E 29
Octal 270 224 27 0 24 130 34 57 116 51
Binary 10111000 10010100 10111 0 10100 1011000 11100 101111 1001110 101001

Color Harmonies of #B89417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89417

Black with #B89417

Text Example


Text Example

White with #B89417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89417; }

 p { color: rgb(184,148,23); }

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

background-color css

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

 a { background-color: rgb(184,148,23); }

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

border-color css

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

 span { border-color: rgb(184,148,23); }

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