#BBC706

Color #BBC706 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BBC706

Tints of La Rioja #BBC706

Color information

#BBC706 (or 0xBBC706) is unknown color: approx La Rioja. HEX triplet: BB, C7 and 06. RGB value is (187,199,6). Sum of RGB (Red+Green+Blue) = 187+199+6=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC706 is #4438F9. Grayscale: #AEAEAE. Windows color (decimal): -4471034 or 444347. OLE color: 444347.

HSL color Cylindrical-coordinate representation of color #BBC706: hue angle of 63.73º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBC706 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1871996-
CMYK0.0600.970.22
HSL63.73º94.15%40.2%-
HSV(B)63.73º96.98%78.04%-
XYZ40.9551.427.94-
YUV173.4133.52137.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 199 (78.12% from 255) = 50.77%
BLUE value IS 6 (2.73% from 255) = 1.53%
R=47.70%
G=50.77%
B=1.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18719960.0600.970.2263.7394.1540.2
HexBBC76606116405e28
Octal2733076601412610013650
Binary1011101111000111110110011000011011010000001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC706; }

 p { color: rgb(187,199,6); }

 H1.HeaderClassName
 {
   color: #BBC706;
 }
 .AnyTagClassName
 {
   color: #BBC706;
 }
</style>
background-color css

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

 a { background-color: rgb(187,199,6); }

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

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

 span { border-color: rgb(187,199,6); }

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