Html Css Color HEX #B89715 Buddha Gold

📋 copy color: '#B89715'

red 184 ◦ green 151 ◦ blue 21

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

Shades of Buddha Gold #B89715

Tints of Buddha Gold #B89715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 51.69%
G = 42.42%
B = 5.9%

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

#B89715 (or 0xB89715) is known color: Buddha Gold. HEX triplet: B8, 97 and 15. RGB value is (184,151,21). Sum of RGB (Red+Green+Blue) = 184+151+21=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B89715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89715 is #4768EA. Grayscale: #929292. Windows color (decimal): -4679915 or 1415096. OLE color: 1415096.

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

Color convert

RGB 184 151 21 -
CMYK 0 0.18 0.89 0.28
HSL 47.85º 0.8% 0.4% -
HSV(B) 47.85º 0.89% 0.72% -
XYZ 30.97 32.38 5.33 -
YUV 146.05 57.43 155.07 -
System Red Green Blue C M Y K H S L
Decimal 184 151 21 0 0.18 0.89 0.28 47.85 0.8 0.4
Hex B8 97 15 0 12 59 1C 30 50 28
Octal 270 227 25 0 22 131 34 60 120 50
Binary 10111000 10010111 10101 0 10010 1011001 11100 110000 1010000 101000

Color Harmonies of #B89715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89715

Black with #B89715

Text Example


Text Example

White with #B89715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89715; }

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

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

background-color css

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

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

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

border-color css

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

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

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