Html Css Color HEX #BBBC15 La Rioja

📋 copy color: '#BBBC15'

red 187 ◦ green 188 ◦ blue 21

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

Shades of La Rioja #BBBC15

Tints of La Rioja #BBBC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.3%

R = 47.22%
G = 47.47%
B = 5.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BBBC15 (or 0xBBBC15) is known color: La Rioja. HEX triplet: BB, BC and 15. RGB value is (187,188,21). Sum of RGB (Red+Green+Blue) = 187+188+21=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC15 is #4443EA. Grayscale: #A9A9A9. Windows color (decimal): -4473835 or 1424571. OLE color: 1424571.

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

Color convert

RGB 187 188 21 -
CMYK 0.01 0 0.89 0.26
HSL 60.36º 0.8% 0.41% -
HSV(B) 60.36º 0.89% 0.74% -
XYZ 38.61 46.59 7.67 -
YUV 168.66 44.67 141.08 -
System Red Green Blue C M Y K H S L
Decimal 187 188 21 0.01 0 0.89 0.26 60.36 0.8 0.41
Hex BB BC 15 1 0 59 1A 3C 50 29
Octal 273 274 25 1 0 131 32 74 120 51
Binary 10111011 10111100 10101 1 0 1011001 11010 111100 1010000 101001

Color Harmonies of #BBBC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC15

Black with #BBBC15

Text Example


Text Example

White with #BBBC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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