Html Css Color HEX #B6A20B Buddha Gold

📋 copy color: '#B6A20B'

red 182 ◦ green 162 ◦ blue 11

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

Shades of Buddha Gold #B6A20B

Tints of Buddha Gold #B6A20B

RGB

 RED value IS 182 (71.48% from 255) = 51.27%

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

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

R = 51.27%
G = 45.63%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B6A20B (or 0xB6A20B) is known color: Buddha Gold. HEX triplet: B6, A2 and 0B. RGB value is (182,162,11). Sum of RGB (Red+Green+Blue) = 182+162+11=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A20B is #495DF4. Grayscale: #979797. Windows color (decimal): -4808181 or 762550. OLE color: 762550.

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

Color convert

RGB 182 162 11 -
CMYK 0 0.11 0.94 0.29
HSL 52.98º 0.89% 0.38% -
HSV(B) 52.98º 0.94% 0.71% -
XYZ 32.27 35.81 5.53 -
YUV 150.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 182 162 11 0 0.11 0.94 0.29 52.98 0.89 0.38
Hex B6 A2 B 0 B 5E 1D 35 59 26
Octal 266 242 13 0 13 136 35 65 131 46
Binary 10110110 10100010 1011 0 1011 1011110 11101 110101 1011001 100110

Color Harmonies of #B6A20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A20B

Black with #B6A20B

Text Example


Text Example

White with #B6A20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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