Html Css Color HEX #B89809 Buddha Gold

📋 copy color: '#B89809'

red 184 ◦ green 152 ◦ blue 9

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

Shades of Buddha Gold #B89809

Tints of Buddha Gold #B89809

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.06%

 BLUE value IS 9 (3.91% from 255) = 2.61%

R = 53.33%
G = 44.06%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B89809 (or 0xB89809) is known color: Buddha Gold. HEX triplet: B8, 98 and 09. RGB value is (184,152,9). Sum of RGB (Red+Green+Blue) = 184+152+9=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B89809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89809 is #4767F6. Grayscale: #919191. Windows color (decimal): -4679671 or 628920. OLE color: 628920.

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

Color convert

RGB 184 152 9 -
CMYK 0 0.17 0.95 0.28
HSL 49.03º 0.91% 0.38% -
HSV(B) 49.03º 0.95% 0.72% -
XYZ 31.04 32.67 4.93 -
YUV 145.27 51.1 155.63 -
System Red Green Blue C M Y K H S L
Decimal 184 152 9 0 0.17 0.95 0.28 49.03 0.91 0.38
Hex B8 98 9 0 11 5F 1C 31 5B 26
Octal 270 230 11 0 21 137 34 61 133 46
Binary 10111000 10011000 1001 0 10001 1011111 11100 110001 1011011 100110

Color Harmonies of #B89809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89809

Black with #B89809

Text Example


Text Example

White with #B89809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89809; }

 p { color: rgb(184,152,9); }

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

background-color css

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

 a { background-color: rgb(184,152,9); }

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

border-color css

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

 span { border-color: rgb(184,152,9); }

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