Html Css Color HEX #B4B002 La Rioja

📋 copy color: '#B4B002'

red 180 ◦ green 176 ◦ blue 2

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

Shades of La Rioja #B4B002

Tints of La Rioja #B4B002

RGB

 RED value IS 180 (70.7% from 255) = 50.28%

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

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

R = 50.28%
G = 49.16%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B4B002 (or 0xB4B002) is known color: La Rioja. HEX triplet: B4, B0 and 02. RGB value is (180,176,2). Sum of RGB (Red+Green+Blue) = 180+176+2=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4B002 is #4B4FFD. Grayscale: #9E9E9E. Windows color (decimal): -4935678 or 176308. OLE color: 176308.

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

Color convert

RGB 180 176 2 -
CMYK 0 0.02 0.99 0.29
HSL 58.65º 0.98% 0.36% -
HSV(B) 58.65º 0.99% 0.71% -
XYZ 34.36 40.76 6.11 -
YUV 157.36 40.33 144.15 -
System Red Green Blue C M Y K H S L
Decimal 180 176 2 0 0.02 0.99 0.29 58.65 0.98 0.36
Hex B4 B0 2 0 2 63 1D 3B 62 24
Octal 264 260 2 0 2 143 35 73 142 44
Binary 10110100 10110000 10 0 10 1100011 11101 111011 1100010 100100

Color Harmonies of #B4B002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B002

Black with #B4B002

Text Example


Text Example

White with #B4B002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B002; }

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

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

background-color css

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

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

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

border-color css

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

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

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