Html Css Color HEX #B8BC06 La Rioja

📋 copy color: '#B8BC06'

red 184 ◦ green 188 ◦ blue 6

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

Shades of La Rioja #B8BC06

Tints of La Rioja #B8BC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 48.68%
G = 49.74%
B = 1.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#B8BC06 (or 0xB8BC06) is known color: La Rioja. HEX triplet: B8, BC and 06. RGB value is (184,188,6). Sum of RGB (Red+Green+Blue) = 184+188+6=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BC06 is #4743F9. Grayscale: #A6A6A6. Windows color (decimal): -4670458 or 441528. OLE color: 441528.

HSL color Cylindrical-coordinate representation of color #B8BC06: hue angle of 61.32º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8BC06 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 188 6 -
CMYK 0.02 0 0.97 0.26
HSL 61.32º 0.94% 0.38% -
HSV(B) 61.32º 0.97% 0.74% -
XYZ 37.78 46.17 7.09 -
YUV 166.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 184 188 6 0.02 0 0.97 0.26 61.32 0.94 0.38
Hex B8 BC 6 2 0 61 1A 3D 5E 26
Octal 270 274 6 2 0 141 32 75 136 46
Binary 10111000 10111100 110 10 0 1100001 11010 111101 1011110 100110

Color Harmonies of #B8BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BC06

Black with #B8BC06

Text Example


Text Example

White with #B8BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BC06; }

 p { color: rgb(184,188,6); }

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

background-color css

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

 a { background-color: rgb(184,188,6); }

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

border-color css

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

 span { border-color: rgb(184,188,6); }

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