Html Css Color HEX #B7BC06 La Rioja

📋 copy color: '#B7BC06'

red 183 ◦ green 188 ◦ blue 6

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

Shades of La Rioja #B7BC06

Tints of La Rioja #B7BC06

RGB

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

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

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

R = 48.54%
G = 49.87%
B = 1.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#B7BC06 (or 0xB7BC06) is known color: La Rioja. HEX triplet: B7, BC and 06. RGB value is (183,188,6). Sum of RGB (Red+Green+Blue) = 183+188+6=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BC06 is #4843F9. Grayscale: #A6A6A6. Windows color (decimal): -4735994 or 441527. OLE color: 441527.

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

Color convert

RGB 183 188 6 -
CMYK 0.03 0 0.97 0.26
HSL 61.65º 0.94% 0.38% -
HSV(B) 61.65º 0.97% 0.74% -
XYZ 37.54 46.05 7.08 -
YUV 165.76 37.84 140.3 -
System Red Green Blue C M Y K H S L
Decimal 183 188 6 0.03 0 0.97 0.26 61.65 0.94 0.38
Hex B7 BC 6 3 0 61 1A 3E 5E 26
Octal 267 274 6 3 0 141 32 76 136 46
Binary 10110111 10111100 110 11 0 1100001 11010 111110 1011110 100110

Color Harmonies of #B7BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BC06

Black with #B7BC06

Text Example


Text Example

White with #B7BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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