Html Css Color HEX #B4BC01 La Rioja

📋 copy color: '#B4BC01'

red 180 ◦ green 188 ◦ blue 1

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

Shades of La Rioja #B4BC01

Tints of La Rioja #B4BC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.95%

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

R = 48.78%
G = 50.95%
B = 0.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#B4BC01 (or 0xB4BC01) is known color: La Rioja. HEX triplet: B4, BC and 01. RGB value is (180,188,1). Sum of RGB (Red+Green+Blue) = 180+188+1=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BC01 is #4B43FE. Grayscale: #A5A5A5. Windows color (decimal): -4932607 or 113844. OLE color: 113844.

HSL color Cylindrical-coordinate representation of color #B4BC01: hue angle of 62.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4BC01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 188 1 -
CMYK 0.04 0 0.99 0.26
HSL 62.57º 0.99% 0.37% -
HSV(B) 62.57º 0.99% 0.74% -
XYZ 36.81 45.67 6.9 -
YUV 164.29 35.85 139.21 -
System Red Green Blue C M Y K H S L
Decimal 180 188 1 0.04 0 0.99 0.26 62.57 0.99 0.37
Hex B4 BC 1 4 0 63 1A 3F 63 25
Octal 264 274 1 4 0 143 32 77 143 45
Binary 10110100 10111100 1 100 0 1100011 11010 111111 1100011 100101

Color Harmonies of #B4BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BC01

Black with #B4BC01

Text Example


Text Example

White with #B4BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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