Html Css Color HEX #B8A107 Buddha Gold

📋 copy color: '#B8A107'

red 184 ◦ green 161 ◦ blue 7

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

Shades of Buddha Gold #B8A107

Tints of Buddha Gold #B8A107

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.74%

 BLUE value IS 7 (3.13% from 255) = 1.99%

R = 52.27%
G = 45.74%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B8A107 (or 0xB8A107) is known color: Buddha Gold. HEX triplet: B8, A1 and 07. RGB value is (184,161,7). Sum of RGB (Red+Green+Blue) = 184+161+7=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A107 is #475EF8. Grayscale: #969696. Windows color (decimal): -4677369 or 500152. OLE color: 500152.

HSL color Cylindrical-coordinate representation of color #B8A107: hue angle of 52.2º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8A107 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 161 7 -
CMYK 0 0.12 0.96 0.28
HSL 52.2º 0.93% 0.37% -
HSV(B) 52.2º 0.96% 0.72% -
XYZ 32.55 35.7 5.38 -
YUV 150.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 184 161 7 0 0.12 0.96 0.28 52.2 0.93 0.37
Hex B8 A1 7 0 C 60 1C 34 5D 25
Octal 270 241 7 0 14 140 34 64 135 45
Binary 10111000 10100001 111 0 1100 1100000 11100 110100 1011101 100101

Color Harmonies of #B8A107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A107

Black with #B8A107

Text Example


Text Example

White with #B8A107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A107; }

 p { color: rgb(184,161,7); }

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

background-color css

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

 a { background-color: rgb(184,161,7); }

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

border-color css

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

 span { border-color: rgb(184,161,7); }

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