Html Css Color HEX #BBBC14 La Rioja

📋 copy color: '#BBBC14'

red 187 ◦ green 188 ◦ blue 20

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

Shades of La Rioja #BBBC14

Tints of La Rioja #BBBC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 47.34%
G = 47.59%
B = 5.06%

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

#BBBC14 (or 0xBBBC14) is known color: La Rioja. HEX triplet: BB, BC and 14. RGB value is (187,188,20). Sum of RGB (Red+Green+Blue) = 187+188+20=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC14 is #4443EB. Grayscale: #A9A9A9. Windows color (decimal): -4473836 or 1359035. OLE color: 1359035.

HSL color Cylindrical-coordinate representation of color #BBBC14: hue angle of 60.36º degrees, saturation: 0.81, 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 #BBBC14 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 188 20 -
CMYK 0.01 0 0.89 0.26
HSL 60.36º 0.81% 0.41% -
HSV(B) 60.36º 0.89% 0.74% -
XYZ 38.6 46.58 7.62 -
YUV 168.55 44.17 141.16 -
System Red Green Blue C M Y K H S L
Decimal 187 188 20 0.01 0 0.89 0.26 60.36 0.81 0.41
Hex BB BC 14 1 0 59 1A 3C 51 29
Octal 273 274 24 1 0 131 32 74 121 51
Binary 10111011 10111100 10100 1 0 1011001 11010 111100 1010001 101001

Color Harmonies of #BBBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC14

Black with #BBBC14

Text Example


Text Example

White with #BBBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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