Html Css Color HEX #B6BC0F La Rioja

📋 copy color: '#B6BC0F'

red 182 ◦ green 188 ◦ blue 15

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

Shades of La Rioja #B6BC0F

Tints of La Rioja #B6BC0F

RGB

 RED value IS 182 (71.48% from 255) = 47.27%

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

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 47.27%
G = 48.83%
B = 3.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#B6BC0F (or 0xB6BC0F) is known color: La Rioja. HEX triplet: B6, BC and 0F. RGB value is (182,188,15). Sum of RGB (Red+Green+Blue) = 182+188+15=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BC0F is #4943F0. Grayscale: #A7A7A7. Windows color (decimal): -4801521 or 1031350. OLE color: 1031350.

HSL color Cylindrical-coordinate representation of color #B6BC0F: hue angle of 62.08º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6BC0F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 188 15 -
CMYK 0.03 0 0.92 0.26
HSL 62.08º 0.85% 0.4% -
HSV(B) 62.08º 0.92% 0.74% -
XYZ 37.36 45.95 7.35 -
YUV 166.48 42.51 139.07 -
System Red Green Blue C M Y K H S L
Decimal 182 188 15 0.03 0 0.92 0.26 62.08 0.85 0.4
Hex B6 BC F 3 0 5C 1A 3E 55 28
Octal 266 274 17 3 0 134 32 76 125 50
Binary 10110110 10111100 1111 11 0 1011100 11010 111110 1010101 101000

Color Harmonies of #B6BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BC0F

Black with #B6BC0F

Text Example


Text Example

White with #B6BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BC0F; }

 p { color: rgb(182,188,15); }

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

background-color css

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

 a { background-color: rgb(182,188,15); }

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

border-color css

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

 span { border-color: rgb(182,188,15); }

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