Html Css Color HEX #B8BA01 La Rioja

📋 copy color: '#B8BA01'

red 184 ◦ green 186 ◦ blue 1

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

Shades of La Rioja #B8BA01

Tints of La Rioja #B8BA01

RGB

 RED value IS 184 (72.27% from 255) = 49.6%

 GREEN value IS 186 (73.05% from 255) = 50.13%

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

R = 49.6%
G = 50.13%
B = 0.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B8BA01 (or 0xB8BA01) is known color: La Rioja. HEX triplet: B8, BA and 01. RGB value is (184,186,1). Sum of RGB (Red+Green+Blue) = 184+186+1=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BA01 is #4745FE. Grayscale: #A5A5A5. Windows color (decimal): -4670975 or 113336. OLE color: 113336.

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

Color convert

RGB 184 186 1 -
CMYK 0.01 0 0.99 0.27
HSL 60.65º 0.99% 0.37% -
HSV(B) 60.65º 0.99% 0.73% -
XYZ 37.33 45.31 6.81 -
YUV 164.31 35.84 142.04 -
System Red Green Blue C M Y K H S L
Decimal 184 186 1 0.01 0 0.99 0.27 60.65 0.99 0.37
Hex B8 BA 1 1 0 63 1B 3D 63 25
Octal 270 272 1 1 0 143 33 75 143 45
Binary 10111000 10111010 1 1 0 1100011 11011 111101 1100011 100101

Color Harmonies of #B8BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BA01

Black with #B8BA01

Text Example


Text Example

White with #B8BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BA01; }

 p { color: rgb(184,186,1); }

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

background-color css

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

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

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

border-color css

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

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

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