Html Css Color HEX #B4B810 La Rioja

📋 copy color: '#B4B810'

red 180 ◦ green 184 ◦ blue 16

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

Shades of La Rioja #B4B810

Tints of La Rioja #B4B810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.42%

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

R = 47.37%
G = 48.42%
B = 4.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B4B810 (or 0xB4B810) is known color: La Rioja. HEX triplet: B4, B8 and 10. RGB value is (180,184,16). Sum of RGB (Red+Green+Blue) = 180+184+16=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B810 is #4B47EF. Grayscale: #A4A4A4. Windows color (decimal): -4933616 or 1095860. OLE color: 1095860.

HSL color Cylindrical-coordinate representation of color #B4B810: hue angle of 61.43º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4B810 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 184 16 -
CMYK 0.02 0 0.91 0.28
HSL 61.43º 0.84% 0.39% -
HSV(B) 61.43º 0.91% 0.72% -
XYZ 36.06 44.02 7.09 -
YUV 163.65 44.67 139.66 -
System Red Green Blue C M Y K H S L
Decimal 180 184 16 0.02 0 0.91 0.28 61.43 0.84 0.39
Hex B4 B8 10 2 0 5B 1C 3D 54 27
Octal 264 270 20 2 0 133 34 75 124 47
Binary 10110100 10111000 10000 10 0 1011011 11100 111101 1010100 100111

Color Harmonies of #B4B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B810

Black with #B4B810

Text Example


Text Example

White with #B4B810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B810; }

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

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

background-color css

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

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

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

border-color css

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

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

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