Html Css Color HEX #BBB10F La Rioja

📋 copy color: '#BBB10F'

red 187 ◦ green 177 ◦ blue 15

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

Shades of La Rioja #BBB10F

Tints of La Rioja #BBB10F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.7%

 BLUE value IS 15 (6.25% from 255) = 3.96%

R = 49.34%
G = 46.7%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BBB10F (or 0xBBB10F) is known color: La Rioja. HEX triplet: BB, B1 and 0F. RGB value is (187,177,15). Sum of RGB (Red+Green+Blue) = 187+177+15=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB10F is #444EF0. Grayscale: #A2A2A2. Windows color (decimal): -4476657 or 1028539. OLE color: 1028539.

HSL color Cylindrical-coordinate representation of color #BBB10F: hue angle of 56.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBB10F is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 177 15 -
CMYK 0 0.05 0.92 0.27
HSL 56.51º 0.85% 0.4% -
HSV(B) 56.51º 0.92% 0.73% -
XYZ 36.3 42.04 6.65 -
YUV 161.52 45.31 146.17 -
System Red Green Blue C M Y K H S L
Decimal 187 177 15 0 0.05 0.92 0.27 56.51 0.85 0.4
Hex BB B1 F 0 5 5C 1B 39 55 28
Octal 273 261 17 0 5 134 33 71 125 50
Binary 10111011 10110001 1111 0 101 1011100 11011 111001 1010101 101000

Color Harmonies of #BBB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB10F

Black with #BBB10F

Text Example


Text Example

White with #BBB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB10F; }

 p { color: rgb(187,177,15); }

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

background-color css

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

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

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

border-color css

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

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

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