Html Css Color HEX #BBBC11 La Rioja

📋 copy color: '#BBBC11'

red 187 ◦ green 188 ◦ blue 17

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

Shades of La Rioja #BBBC11

Tints of La Rioja #BBBC11

RGB

 RED value IS 187 (73.44% from 255) = 47.7%

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

 BLUE value IS 17 (7.03% from 255) = 4.34%

R = 47.7%
G = 47.96%
B = 4.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BBBC11 (or 0xBBBC11) is known color: La Rioja. HEX triplet: BB, BC and 11. RGB value is (187,188,17). Sum of RGB (Red+Green+Blue) = 187+188+17=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC11 is #4443EE. Grayscale: #A8A8A8. Windows color (decimal): -4473839 or 1162427. OLE color: 1162427.

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

Color convert

RGB 187 188 17 -
CMYK 0.01 0 0.91 0.26
HSL 60.35º 0.83% 0.4% -
HSV(B) 60.35º 0.91% 0.74% -
XYZ 38.58 46.57 7.49 -
YUV 168.21 42.67 141.4 -
System Red Green Blue C M Y K H S L
Decimal 187 188 17 0.01 0 0.91 0.26 60.35 0.83 0.4
Hex BB BC 11 1 0 5B 1A 3C 53 28
Octal 273 274 21 1 0 133 32 74 123 50
Binary 10111011 10111100 10001 1 0 1011011 11010 111100 1010011 101000

Color Harmonies of #BBBC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC11

Black with #BBBC11

Text Example


Text Example

White with #BBBC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC11; }

 p { color: rgb(187,188,17); }

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

background-color css

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

 a { background-color: rgb(187,188,17); }

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

border-color css

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

 span { border-color: rgb(187,188,17); }

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