Html Css Color HEX #B7A01A Buddha Gold

📋 copy color: '#B7A01A'

red 183 ◦ green 160 ◦ blue 26

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

Shades of Buddha Gold #B7A01A

Tints of Buddha Gold #B7A01A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.36%

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

R = 49.59%
G = 43.36%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7A01A (or 0xB7A01A) is known color: Buddha Gold. HEX triplet: B7, A0 and 1A. RGB value is (183,160,26). Sum of RGB (Red+Green+Blue) = 183+160+26=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A01A is #485FE5. Grayscale: #989898. Windows color (decimal): -4743142 or 1745079. OLE color: 1745079.

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

Color convert

RGB 183 160 26 -
CMYK 0 0.13 0.86 0.28
HSL 51.21º 0.75% 0.41% -
HSV(B) 51.21º 0.86% 0.72% -
XYZ 32.29 35.28 6.09 -
YUV 151.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 183 160 26 0 0.13 0.86 0.28 51.21 0.75 0.41
Hex B7 A0 1A 0 D 56 1C 33 4B 29
Octal 267 240 32 0 15 126 34 63 113 51
Binary 10110111 10100000 11010 0 1101 1010110 11100 110011 1001011 101001

Color Harmonies of #B7A01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A01A

Black with #B7A01A

Text Example


Text Example

White with #B7A01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A01A; }

 p { color: rgb(183,160,26); }

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

background-color css

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

 a { background-color: rgb(183,160,26); }

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

border-color css

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

 span { border-color: rgb(183,160,26); }

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