Html Css Color HEX #B4B401 La Rioja

📋 copy color: '#B4B401'

red 180 ◦ green 180 ◦ blue 1

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

Shades of La Rioja #B4B401

Tints of La Rioja #B4B401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 49.86%
G = 49.86%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B4B401 (or 0xB4B401) is known color: La Rioja. HEX triplet: B4, B4 and 01. RGB value is (180,180,1). Sum of RGB (Red+Green+Blue) = 180+180+1=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B401 is #4B4BFE. Grayscale: #A0A0A0. Windows color (decimal): -4934655 or 111796. OLE color: 111796.

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

Color convert

RGB 180 180 1 -
CMYK 0 0 0.99 0.29
HSL 60º 0.99% 0.35% -
HSV(B) 60º 0.99% 0.71% -
XYZ 35.15 42.35 6.35 -
YUV 159.59 38.5 142.55 -
System Red Green Blue C M Y K H S L
Decimal 180 180 1 0 0 0.99 0.29 60 0.99 0.35
Hex B4 B4 1 0 0 63 1D 3C 63 23
Octal 264 264 1 0 0 143 35 74 143 43
Binary 10110100 10110100 1 0 0 1100011 11101 111100 1100011 100011

Color Harmonies of #B4B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B401

Black with #B4B401

Text Example


Text Example

White with #B4B401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B401; }

 p { color: rgb(180,180,1); }

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

background-color css

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

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

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

border-color css

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

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

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