Html Css Color HEX #B7A20B Buddha Gold

📋 copy color: '#B7A20B'

red 183 ◦ green 162 ◦ blue 11

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

Shades of Buddha Gold #B7A20B

Tints of Buddha Gold #B7A20B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.51%

 BLUE value IS 11 (4.69% from 255) = 3.09%

R = 51.4%
G = 45.51%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7A20B (or 0xB7A20B) is known color: Buddha Gold. HEX triplet: B7, A2 and 0B. RGB value is (183,162,11). Sum of RGB (Red+Green+Blue) = 183+162+11=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A20B is #485DF4. Grayscale: #979797. Windows color (decimal): -4742645 or 762551. OLE color: 762551.

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

Color convert

RGB 183 162 11 -
CMYK 0 0.11 0.94 0.28
HSL 52.67º 0.89% 0.38% -
HSV(B) 52.67º 0.94% 0.72% -
XYZ 32.51 35.93 5.54 -
YUV 151.07 48.96 150.78 -
System Red Green Blue C M Y K H S L
Decimal 183 162 11 0 0.11 0.94 0.28 52.67 0.89 0.38
Hex B7 A2 B 0 B 5E 1C 35 59 26
Octal 267 242 13 0 13 136 34 65 131 46
Binary 10110111 10100010 1011 0 1011 1011110 11100 110101 1011001 100110

Color Harmonies of #B7A20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A20B

Black with #B7A20B

Text Example


Text Example

White with #B7A20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A20B; }

 p { color: rgb(183,162,11); }

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

background-color css

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

 a { background-color: rgb(183,162,11); }

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

border-color css

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

 span { border-color: rgb(183,162,11); }

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