Html Css Color HEX #B89914 Buddha Gold

📋 copy color: '#B89914'

red 184 ◦ green 153 ◦ blue 20

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

Shades of Buddha Gold #B89914

Tints of Buddha Gold #B89914

RGB

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

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

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

R = 51.54%
G = 42.86%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B89914 (or 0xB89914) is known color: Buddha Gold. HEX triplet: B8, 99 and 14. RGB value is (184,153,20). Sum of RGB (Red+Green+Blue) = 184+153+20=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B89914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89914 is #4766EB. Grayscale: #939393. Windows color (decimal): -4679404 or 1350072. OLE color: 1350072.

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

Color convert

RGB 184 153 20 -
CMYK 0 0.17 0.89 0.28
HSL 48.66º 0.8% 0.4% -
HSV(B) 48.66º 0.89% 0.72% -
XYZ 31.28 33.02 5.39 -
YUV 147.11 56.27 154.31 -
System Red Green Blue C M Y K H S L
Decimal 184 153 20 0 0.17 0.89 0.28 48.66 0.8 0.4
Hex B8 99 14 0 11 59 1C 31 50 28
Octal 270 231 24 0 21 131 34 61 120 50
Binary 10111000 10011001 10100 0 10001 1011001 11100 110001 1010000 101000

Color Harmonies of #B89914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89914

Black with #B89914

Text Example


Text Example

White with #B89914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89914; }

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

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

background-color css

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

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

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

border-color css

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

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

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