Html Css Color HEX #B6BF0B La Rioja

📋 copy color: '#B6BF0B'

red 182 ◦ green 191 ◦ blue 11

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

Shades of La Rioja #B6BF0B

Tints of La Rioja #B6BF0B

RGB

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

 GREEN value IS 191 (75% from 255) = 49.74%

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 47.4%
G = 49.74%
B = 2.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#B6BF0B (or 0xB6BF0B) is known color: La Rioja. HEX triplet: B6, BF and 0B. RGB value is (182,191,11). Sum of RGB (Red+Green+Blue) = 182+191+11=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BF0B is #4940F4. Grayscale: #A8A8A8. Windows color (decimal): -4800757 or 769974. OLE color: 769974.

HSL color Cylindrical-coordinate representation of color #B6BF0B: hue angle of 63º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6BF0B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 191 11 -
CMYK 0.05 0 0.94 0.25
HSL 63º 0.89% 0.4% -
HSV(B) 63º 0.94% 0.75% -
XYZ 37.98 47.23 7.43 -
YUV 167.79 39.52 138.14 -
System Red Green Blue C M Y K H S L
Decimal 182 191 11 0.05 0 0.94 0.25 63 0.89 0.4
Hex B6 BF B 5 0 5E 19 3F 59 28
Octal 266 277 13 5 0 136 31 77 131 50
Binary 10110110 10111111 1011 101 0 1011110 11001 111111 1011001 101000

Color Harmonies of #B6BF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BF0B

Black with #B6BF0B

Text Example


Text Example

White with #B6BF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BF0B; }

 p { color: rgb(182,191,11); }

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

background-color css

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

 a { background-color: rgb(182,191,11); }

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

border-color css

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

 span { border-color: rgb(182,191,11); }

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