Html Css Color HEX #B89714 Buddha Gold

📋 copy color: '#B89714'

red 184 ◦ green 151 ◦ blue 20

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

Shades of Buddha Gold #B89714

Tints of Buddha Gold #B89714

RGB

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

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

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

R = 51.83%
G = 42.54%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B89714 (or 0xB89714) is known color: Buddha Gold. HEX triplet: B8, 97 and 14. RGB value is (184,151,20). Sum of RGB (Red+Green+Blue) = 184+151+20=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B89714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89714 is #4768EB. Grayscale: #929292. Windows color (decimal): -4679916 or 1349560. OLE color: 1349560.

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

Color convert

RGB 184 151 20 -
CMYK 0 0.18 0.89 0.28
HSL 47.93º 0.8% 0.4% -
HSV(B) 47.93º 0.89% 0.72% -
XYZ 30.96 32.37 5.28 -
YUV 145.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 184 151 20 0 0.18 0.89 0.28 47.93 0.8 0.4
Hex B8 97 14 0 12 59 1C 30 50 28
Octal 270 227 24 0 22 131 34 60 120 50
Binary 10111000 10010111 10100 0 10010 1011001 11100 110000 1010000 101000

Color Harmonies of #B89714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89714

Black with #B89714

Text Example


Text Example

White with #B89714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89714; }

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

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

background-color css

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

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

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

border-color css

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

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

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