Html Css Color HEX #B7A802 La Rioja

📋 copy color: '#B7A802'

red 183 ◦ green 168 ◦ blue 2

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

Shades of La Rioja #B7A802

Tints of La Rioja #B7A802

RGB

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

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

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

R = 51.84%
G = 47.59%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B7A802 (or 0xB7A802) is known color: La Rioja. HEX triplet: B7, A8 and 02. RGB value is (183,168,2). Sum of RGB (Red+Green+Blue) = 183+168+2=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A802 is #4857FD. Grayscale: #9A9A9A. Windows color (decimal): -4741118 or 174263. OLE color: 174263.

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

Color convert

RGB 183 168 2 -
CMYK 0 0.08 0.99 0.28
HSL 55.03º 0.98% 0.36% -
HSV(B) 55.03º 0.99% 0.72% -
XYZ 33.54 38.08 5.64 -
YUV 153.56 42.47 149 -
System Red Green Blue C M Y K H S L
Decimal 183 168 2 0 0.08 0.99 0.28 55.03 0.98 0.36
Hex B7 A8 2 0 8 63 1C 37 62 24
Octal 267 250 2 0 10 143 34 67 142 44
Binary 10110111 10101000 10 0 1000 1100011 11100 110111 1100010 100100

Color Harmonies of #B7A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A802

Black with #B7A802

Text Example


Text Example

White with #B7A802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A802; }

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

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

background-color css

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

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

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

border-color css

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

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

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