Html Css Color HEX #B2B410 La Rioja

📋 copy color: '#B2B410'

red 178 ◦ green 180 ◦ blue 16

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

Shades of La Rioja #B2B410

Tints of La Rioja #B2B410

RGB

 RED value IS 178 (69.92% from 255) = 47.59%

 GREEN value IS 180 (70.7% from 255) = 48.13%

 BLUE value IS 16 (6.64% from 255) = 4.28%

R = 47.59%
G = 48.13%
B = 4.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B2B410 (or 0xB2B410) is known color: La Rioja. HEX triplet: B2, B4 and 10. RGB value is (178,180,16). Sum of RGB (Red+Green+Blue) = 178+180+16=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B410 is #4D4BEF. Grayscale: #A1A1A1. Windows color (decimal): -5065712 or 1094834. OLE color: 1094834.

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

Color convert

RGB 178 180 16 -
CMYK 0.01 0 0.91 0.29
HSL 60.73º 0.84% 0.38% -
HSV(B) 60.73º 0.91% 0.71% -
XYZ 34.77 42.14 6.79 -
YUV 160.71 46.34 140.34 -
System Red Green Blue C M Y K H S L
Decimal 178 180 16 0.01 0 0.91 0.29 60.73 0.84 0.38
Hex B2 B4 10 1 0 5B 1D 3D 54 26
Octal 262 264 20 1 0 133 35 75 124 46
Binary 10110010 10110100 10000 1 0 1011011 11101 111101 1010100 100110

Color Harmonies of #B2B410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B410

Black with #B2B410

Text Example


Text Example

White with #B2B410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B410; }

 p { color: rgb(178,180,16); }

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

background-color css

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

 a { background-color: rgb(178,180,16); }

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

border-color css

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

 span { border-color: rgb(178,180,16); }

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