Html Css Color HEX #B8971B Buddha Gold

📋 copy color: '#B8971B'

red 184 ◦ green 151 ◦ blue 27

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

Shades of Buddha Gold #B8971B

Tints of Buddha Gold #B8971B

RGB

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

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

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

R = 50.83%
G = 41.71%
B = 7.46%

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

#B8971B (or 0xB8971B) is known color: Buddha Gold. HEX triplet: B8, 97 and 1B. RGB value is (184,151,27). Sum of RGB (Red+Green+Blue) = 184+151+27=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8971B is #4768E4. Grayscale: #939393. Windows color (decimal): -4679909 or 1808312. OLE color: 1808312.

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

Color convert

RGB 184 151 27 -
CMYK 0 0.18 0.85 0.28
HSL 47.39º 0.74% 0.41% -
HSV(B) 47.39º 0.85% 0.72% -
XYZ 31.03 32.4 5.66 -
YUV 146.73 60.43 154.58 -
System Red Green Blue C M Y K H S L
Decimal 184 151 27 0 0.18 0.85 0.28 47.39 0.74 0.41
Hex B8 97 1B 0 12 55 1C 2F 4A 29
Octal 270 227 33 0 22 125 34 57 112 51
Binary 10111000 10010111 11011 0 10010 1010101 11100 101111 1001010 101001

Color Harmonies of #B8971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8971B

Black with #B8971B

Text Example


Text Example

White with #B8971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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