Html Css Color HEX #B7BC01 La Rioja

📋 copy color: '#B7BC01'

red 183 ◦ green 188 ◦ blue 1

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

Shades of La Rioja #B7BC01

Tints of La Rioja #B7BC01

RGB

 RED value IS 183 (71.88% from 255) = 49.19%

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

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

R = 49.19%
G = 50.54%
B = 0.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#B7BC01 (or 0xB7BC01) is known color: La Rioja. HEX triplet: B7, BC and 01. RGB value is (183,188,1). Sum of RGB (Red+Green+Blue) = 183+188+1=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BC01 is #4843FE. Grayscale: #A5A5A5. Windows color (decimal): -4735999 or 113847. OLE color: 113847.

HSL color Cylindrical-coordinate representation of color #B7BC01: hue angle of 61.6º 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 #B7BC01 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 188 1 -
CMYK 0.03 0 0.99 0.26
HSL 61.6º 0.99% 0.37% -
HSV(B) 61.6º 0.99% 0.74% -
XYZ 37.52 46.04 6.94 -
YUV 165.19 35.34 140.71 -
System Red Green Blue C M Y K H S L
Decimal 183 188 1 0.03 0 0.99 0.26 61.6 0.99 0.37
Hex B7 BC 1 3 0 63 1A 3E 63 25
Octal 267 274 1 3 0 143 32 76 143 45
Binary 10110111 10111100 1 11 0 1100011 11010 111110 1100011 100101

Color Harmonies of #B7BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BC01

Black with #B7BC01

Text Example


Text Example

White with #B7BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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