Html Css Color HEX #B8961B Buddha Gold

📋 copy color: '#B8961B'

red 184 ◦ green 150 ◦ blue 27

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

Shades of Buddha Gold #B8961B

Tints of Buddha Gold #B8961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 50.97%
G = 41.55%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8961B (or 0xB8961B) is known color: Buddha Gold. HEX triplet: B8, 96 and 1B. RGB value is (184,150,27). Sum of RGB (Red+Green+Blue) = 184+150+27=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8961B is #4769E4. Grayscale: #929292. Windows color (decimal): -4680165 or 1808056. OLE color: 1808056.

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

Color convert

RGB 184 150 27 -
CMYK 0 0.18 0.85 0.28
HSL 47.01º 0.74% 0.41% -
HSV(B) 47.01º 0.85% 0.72% -
XYZ 30.87 32.08 5.6 -
YUV 146.14 60.76 155 -
System Red Green Blue C M Y K H S L
Decimal 184 150 27 0 0.18 0.85 0.28 47.01 0.74 0.41
Hex B8 96 1B 0 12 55 1C 2F 4A 29
Octal 270 226 33 0 22 125 34 57 112 51
Binary 10111000 10010110 11011 0 10010 1010101 11100 101111 1001010 101001

Color Harmonies of #B8961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8961B

Black with #B8961B

Text Example


Text Example

White with #B8961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8961B; }

 p { color: rgb(184,150,27); }

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

background-color css

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

 a { background-color: rgb(184,150,27); }

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

border-color css

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

 span { border-color: rgb(184,150,27); }

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