Html Css Color HEX #B8911C Buddha Gold

📋 copy color: '#B8911C'

red 184 ◦ green 145 ◦ blue 28

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

Shades of Buddha Gold #B8911C

Tints of Buddha Gold #B8911C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

 BLUE value IS 28 (11.33% from 255) = 7.84%

R = 51.54%
G = 40.62%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8911C (or 0xB8911C) is known color: Buddha Gold. HEX triplet: B8, 91 and 1C. RGB value is (184,145,28). Sum of RGB (Red+Green+Blue) = 184+145+28=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8911C is #476EE3. Grayscale: #8F8F8F. Windows color (decimal): -4681444 or 1872312. OLE color: 1872312.

HSL color Cylindrical-coordinate representation of color #B8911C: hue angle of 45º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8911C is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 145 28 -
CMYK 0 0.21 0.85 0.28
HSL 45º 0.74% 0.42% -
HSV(B) 45º 0.85% 0.72% -
XYZ 30.1 30.52 5.4 -
YUV 143.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 184 145 28 0 0.21 0.85 0.28 45 0.74 0.42
Hex B8 91 1C 0 15 55 1C 2D 4A 2A
Octal 270 221 34 0 25 125 34 55 112 52
Binary 10111000 10010001 11100 0 10101 1010101 11100 101101 1001010 101010

Color Harmonies of #B8911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8911C

Black with #B8911C

Text Example


Text Example

White with #B8911C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8911C; }

 p { color: rgb(184,145,28); }

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

background-color css

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

 a { background-color: rgb(184,145,28); }

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

border-color css

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

 span { border-color: rgb(184,145,28); }

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