Html Css Color HEX #B7A10C Buddha Gold

📋 copy color: '#B7A10C'

red 183 ◦ green 161 ◦ blue 12

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

Shades of Buddha Gold #B7A10C

Tints of Buddha Gold #B7A10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.37%

R = 51.4%
G = 45.22%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7A10C (or 0xB7A10C) is known color: Buddha Gold. HEX triplet: B7, A1 and 0C. RGB value is (183,161,12). Sum of RGB (Red+Green+Blue) = 183+161+12=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A10C is #485EF3. Grayscale: #979797. Windows color (decimal): -4742900 or 827831. OLE color: 827831.

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

Color convert

RGB 183 161 12 -
CMYK 0 0.12 0.93 0.28
HSL 52.28º 0.88% 0.38% -
HSV(B) 52.28º 0.93% 0.72% -
XYZ 32.34 35.58 5.51 -
YUV 150.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 183 161 12 0 0.12 0.93 0.28 52.28 0.88 0.38
Hex B7 A1 C 0 C 5D 1C 34 58 26
Octal 267 241 14 0 14 135 34 64 130 46
Binary 10110111 10100001 1100 0 1100 1011101 11100 110100 1011000 100110

Color Harmonies of #B7A10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A10C

Black with #B7A10C

Text Example


Text Example

White with #B7A10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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