Html Css Color HEX #B6A802 La Rioja

📋 copy color: '#B6A802'

red 182 ◦ green 168 ◦ blue 2

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

Shades of La Rioja #B6A802

Tints of La Rioja #B6A802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.73%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 51.7%
G = 47.73%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B6A802 (or 0xB6A802) is known color: La Rioja. HEX triplet: B6, A8 and 02. RGB value is (182,168,2). Sum of RGB (Red+Green+Blue) = 182+168+2=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A802 is #4957FD. Grayscale: #999999. Windows color (decimal): -4806654 or 174262. OLE color: 174262.

HSL color Cylindrical-coordinate representation of color #B6A802: hue angle of 55.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6A802 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 168 2 -
CMYK 0 0.08 0.99 0.29
HSL 55.33º 0.98% 0.36% -
HSV(B) 55.33º 0.99% 0.71% -
XYZ 33.31 37.95 5.63 -
YUV 153.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 182 168 2 0 0.08 0.99 0.29 55.33 0.98 0.36
Hex B6 A8 2 0 8 63 1D 37 62 24
Octal 266 250 2 0 10 143 35 67 142 44
Binary 10110110 10101000 10 0 1000 1100011 11101 110111 1100010 100100

Color Harmonies of #B6A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A802

Black with #B6A802

Text Example


Text Example

White with #B6A802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A802; }

 p { color: rgb(182,168,2); }

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

background-color css

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

 a { background-color: rgb(182,168,2); }

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

border-color css

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

 span { border-color: rgb(182,168,2); }

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