Html Css Color HEX #B7B002 La Rioja

📋 copy color: '#B7B002'

red 183 ◦ green 176 ◦ blue 2

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

Shades of La Rioja #B7B002

Tints of La Rioja #B7B002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.75%

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

R = 50.69%
G = 48.75%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B7B002 (or 0xB7B002) is known color: La Rioja. HEX triplet: B7, B0 and 02. RGB value is (183,176,2). Sum of RGB (Red+Green+Blue) = 183+176+2=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B002 is #484FFD. Grayscale: #9E9E9E. Windows color (decimal): -4739070 or 176311. OLE color: 176311.

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

Color convert

RGB 183 176 2 -
CMYK 0 0.04 0.99 0.28
HSL 57.68º 0.98% 0.36% -
HSV(B) 57.68º 0.99% 0.72% -
XYZ 35.06 41.12 6.15 -
YUV 158.26 39.82 145.65 -
System Red Green Blue C M Y K H S L
Decimal 183 176 2 0 0.04 0.99 0.28 57.68 0.98 0.36
Hex B7 B0 2 0 4 63 1C 3A 62 24
Octal 267 260 2 0 4 143 34 72 142 44
Binary 10110111 10110000 10 0 100 1100011 11100 111010 1100010 100100

Color Harmonies of #B7B002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B002

Black with #B7B002

Text Example


Text Example

White with #B7B002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B002; }

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

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

background-color css

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

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

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

border-color css

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

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

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