Html Css Color HEX #B7A118 Buddha Gold

📋 copy color: '#B7A118'

red 183 ◦ green 161 ◦ blue 24

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

Shades of Buddha Gold #B7A118

Tints of Buddha Gold #B7A118

RGB

 RED value IS 183 (71.88% from 255) = 49.73%

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

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 49.73%
G = 43.75%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B7A118 (or 0xB7A118) is known color: Buddha Gold. HEX triplet: B7, A1 and 18. RGB value is (183,161,24). Sum of RGB (Red+Green+Blue) = 183+161+24=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A118 is #485EE7. Grayscale: #989898. Windows color (decimal): -4742888 or 1614263. OLE color: 1614263.

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

Color convert

RGB 183 161 24 -
CMYK 0 0.12 0.87 0.28
HSL 51.7º 0.77% 0.41% -
HSV(B) 51.7º 0.87% 0.72% -
XYZ 32.44 35.62 6.03 -
YUV 151.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 183 161 24 0 0.12 0.87 0.28 51.7 0.77 0.41
Hex B7 A1 18 0 C 57 1C 34 4D 29
Octal 267 241 30 0 14 127 34 64 115 51
Binary 10110111 10100001 11000 0 1100 1010111 11100 110100 1001101 101001

Color Harmonies of #B7A118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A118

Black with #B7A118

Text Example


Text Example

White with #B7A118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A118; }

 p { color: rgb(183,161,24); }

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

background-color css

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

 a { background-color: rgb(183,161,24); }

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

border-color css

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

 span { border-color: rgb(183,161,24); }

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