Html Css Color HEX #B8971A Buddha Gold

📋 copy color: '#B8971A'

red 184 ◦ green 151 ◦ blue 26

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

Shades of Buddha Gold #B8971A

Tints of Buddha Gold #B8971A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 50.97%
G = 41.83%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8971A (or 0xB8971A) is known color: Buddha Gold. HEX triplet: B8, 97 and 1A. RGB value is (184,151,26). Sum of RGB (Red+Green+Blue) = 184+151+26=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8971A is #4768E5. Grayscale: #939393. Windows color (decimal): -4679910 or 1742776. OLE color: 1742776.

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

Color convert

RGB 184 151 26 -
CMYK 0 0.18 0.86 0.28
HSL 47.47º 0.75% 0.41% -
HSV(B) 47.47º 0.86% 0.72% -
XYZ 31.02 32.4 5.6 -
YUV 146.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 184 151 26 0 0.18 0.86 0.28 47.47 0.75 0.41
Hex B8 97 1A 0 12 56 1C 2F 4B 29
Octal 270 227 32 0 22 126 34 57 113 51
Binary 10111000 10010111 11010 0 10010 1010110 11100 101111 1001011 101001

Color Harmonies of #B8971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8971A

Black with #B8971A

Text Example


Text Example

White with #B8971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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