Html Css Color HEX #B89A14 Buddha Gold

📋 copy color: '#B89A14'

red 184 ◦ green 154 ◦ blue 20

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

Shades of Buddha Gold #B89A14

Tints of Buddha Gold #B89A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.02%

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 51.4%
G = 43.02%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B89A14 (or 0xB89A14) is known color: Buddha Gold. HEX triplet: B8, 9A and 14. RGB value is (184,154,20). Sum of RGB (Red+Green+Blue) = 184+154+20=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89A14 is #4765EB. Grayscale: #949494. Windows color (decimal): -4679148 or 1350328. OLE color: 1350328.

HSL color Cylindrical-coordinate representation of color #B89A14: hue angle of 49.02º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B89A14 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 154 20 -
CMYK 0 0.16 0.89 0.28
HSL 49.02º 0.8% 0.4% -
HSV(B) 49.02º 0.89% 0.72% -
XYZ 31.45 33.35 5.44 -
YUV 147.69 55.94 153.9 -
System Red Green Blue C M Y K H S L
Decimal 184 154 20 0 0.16 0.89 0.28 49.02 0.8 0.4
Hex B8 9A 14 0 10 59 1C 31 50 28
Octal 270 232 24 0 20 131 34 61 120 50
Binary 10111000 10011010 10100 0 10000 1011001 11100 110001 1010000 101000

Color Harmonies of #B89A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A14

Black with #B89A14

Text Example


Text Example

White with #B89A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A14; }

 p { color: rgb(184,154,20); }

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

background-color css

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

 a { background-color: rgb(184,154,20); }

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

border-color css

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

 span { border-color: rgb(184,154,20); }

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