Html Css Color HEX #B89711 Buddha Gold

📋 copy color: '#B89711'

red 184 ◦ green 151 ◦ blue 17

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

Shades of Buddha Gold #B89711

Tints of Buddha Gold #B89711

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.9%

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 52.27%
G = 42.9%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B89711 (or 0xB89711) is known color: Buddha Gold. HEX triplet: B8, 97 and 11. RGB value is (184,151,17). Sum of RGB (Red+Green+Blue) = 184+151+17=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B89711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89711 is #4768EE. Grayscale: #929292. Windows color (decimal): -4679919 or 1152952. OLE color: 1152952.

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

Color convert

RGB 184 151 17 -
CMYK 0 0.18 0.91 0.28
HSL 48.14º 0.83% 0.39% -
HSV(B) 48.14º 0.91% 0.72% -
XYZ 30.93 32.36 5.15 -
YUV 145.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 184 151 17 0 0.18 0.91 0.28 48.14 0.83 0.39
Hex B8 97 11 0 12 5B 1C 30 53 27
Octal 270 227 21 0 22 133 34 60 123 47
Binary 10111000 10010111 10001 0 10010 1011011 11100 110000 1010011 100111

Color Harmonies of #B89711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89711

Black with #B89711

Text Example


Text Example

White with #B89711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89711; }

 p { color: rgb(184,151,17); }

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

background-color css

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

 a { background-color: rgb(184,151,17); }

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

border-color css

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

 span { border-color: rgb(184,151,17); }

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