Html Css Color HEX #B89911 Buddha Gold

📋 copy color: '#B89911'

red 184 ◦ green 153 ◦ blue 17

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

Shades of Buddha Gold #B89911

Tints of Buddha Gold #B89911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

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

R = 51.98%
G = 43.22%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B89911 (or 0xB89911) is known color: Buddha Gold. HEX triplet: B8, 99 and 11. RGB value is (184,153,17). Sum of RGB (Red+Green+Blue) = 184+153+17=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B89911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89911 is #4766EE. Grayscale: #939393. Windows color (decimal): -4679407 or 1153464. OLE color: 1153464.

HSL color Cylindrical-coordinate representation of color #B89911: hue angle of 48.86º 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 #B89911 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 153 17 -
CMYK 0 0.17 0.91 0.28
HSL 48.86º 0.83% 0.39% -
HSV(B) 48.86º 0.91% 0.72% -
XYZ 31.26 33.01 5.25 -
YUV 146.77 54.77 154.56 -
System Red Green Blue C M Y K H S L
Decimal 184 153 17 0 0.17 0.91 0.28 48.86 0.83 0.39
Hex B8 99 11 0 11 5B 1C 31 53 27
Octal 270 231 21 0 21 133 34 61 123 47
Binary 10111000 10011001 10001 0 10001 1011011 11100 110001 1010011 100111

Color Harmonies of #B89911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89911

Black with #B89911

Text Example


Text Example

White with #B89911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89911; }

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

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

background-color css

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

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

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

border-color css

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

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

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