Html Css Color HEX #B4B812 La Rioja

📋 copy color: '#B4B812'

red 180 ◦ green 184 ◦ blue 18

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

Shades of La Rioja #B4B812

Tints of La Rioja #B4B812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.71%

R = 47.12%
G = 48.17%
B = 4.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B4B812 (or 0xB4B812) is known color: La Rioja. HEX triplet: B4, B8 and 12. RGB value is (180,184,18). Sum of RGB (Red+Green+Blue) = 180+184+18=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B812 is #4B47ED. Grayscale: #A4A4A4. Windows color (decimal): -4933614 or 1226932. OLE color: 1226932.

HSL color Cylindrical-coordinate representation of color #B4B812: hue angle of 61.45º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4B812 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 184 18 -
CMYK 0.02 0 0.90 0.28
HSL 61.45º 0.82% 0.4% -
HSV(B) 61.45º 0.9% 0.72% -
XYZ 36.07 44.03 7.17 -
YUV 163.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 180 184 18 0.02 0 0.90 0.28 61.45 0.82 0.4
Hex B4 B8 12 2 0 5A 1C 3D 52 28
Octal 264 270 22 2 0 132 34 75 122 50
Binary 10110100 10111000 10010 10 0 1011010 11100 111101 1010010 101000

Color Harmonies of #B4B812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B812

Black with #B4B812

Text Example


Text Example

White with #B4B812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B812; }

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

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

background-color css

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

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

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

border-color css

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

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

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