Html Css Color HEX #B2B408 La Rioja

📋 copy color: '#B2B408'

red 178 ◦ green 180 ◦ blue 8

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

Shades of La Rioja #B2B408

Tints of La Rioja #B2B408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 48.63%
G = 49.18%
B = 2.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B2B408 (or 0xB2B408) is known color: La Rioja. HEX triplet: B2, B4 and 08. RGB value is (178,180,8). Sum of RGB (Red+Green+Blue) = 178+180+8=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B408 is #4D4BF7. Grayscale: #A0A0A0. Windows color (decimal): -5065720 or 570546. OLE color: 570546.

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

Color convert

RGB 178 180 8 -
CMYK 0.01 0 0.96 0.29
HSL 60.7º 0.91% 0.37% -
HSV(B) 60.7º 0.96% 0.71% -
XYZ 34.73 42.13 6.53 -
YUV 159.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 178 180 8 0.01 0 0.96 0.29 60.7 0.91 0.37
Hex B2 B4 8 1 0 60 1D 3D 5B 25
Octal 262 264 10 1 0 140 35 75 133 45
Binary 10110010 10110100 1000 1 0 1100000 11101 111101 1011011 100101

Color Harmonies of #B2B408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B408

Black with #B2B408

Text Example


Text Example

White with #B2B408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B408; }

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

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

background-color css

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

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

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

border-color css

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

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

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