Html Css Color HEX #BBBB0B La Rioja

📋 copy color: '#BBBB0B'

red 187 ◦ green 187 ◦ blue 11

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

Shades of La Rioja #BBBB0B

Tints of La Rioja #BBBB0B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.57%

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

R = 48.57%
G = 48.57%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BBBB0B (or 0xBBBB0B) is known color: La Rioja. HEX triplet: BB, BB and 0B. RGB value is (187,187,11). Sum of RGB (Red+Green+Blue) = 187+187+11=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBB0B is #4444F4. Grayscale: #A7A7A7. Windows color (decimal): -4474101 or 768955. OLE color: 768955.

HSL color Cylindrical-coordinate representation of color #BBBB0B: hue angle of 60º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBBB0B is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 11 -
CMYK 0 0 0.94 0.27
HSL 60º 0.89% 0.39% -
HSV(B) 60º 0.94% 0.73% -
XYZ 38.32 46.13 7.2 -
YUV 166.94 40 142.31 -
System Red Green Blue C M Y K H S L
Decimal 187 187 11 0 0 0.94 0.27 60 0.89 0.39
Hex BB BB B 0 0 5E 1B 3C 59 27
Octal 273 273 13 0 0 136 33 74 131 47
Binary 10111011 10111011 1011 0 0 1011110 11011 111100 1011001 100111

Color Harmonies of #BBBB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB0B

Black with #BBBB0B

Text Example


Text Example

White with #BBBB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB0B; }

 p { color: rgb(187,187,11); }

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

background-color css

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

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

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

border-color css

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

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

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