Html Css Color HEX #BBBC13 La Rioja

📋 copy color: '#BBBC13'

red 187 ◦ green 188 ◦ blue 19

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

Shades of La Rioja #BBBC13

Tints of La Rioja #BBBC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.82%

R = 47.46%
G = 47.72%
B = 4.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BBBC13 (or 0xBBBC13) is known color: La Rioja. HEX triplet: BB, BC and 13. RGB value is (187,188,19). Sum of RGB (Red+Green+Blue) = 187+188+19=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC13 is #4443EC. Grayscale: #A9A9A9. Windows color (decimal): -4473837 or 1293499. OLE color: 1293499.

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

Color convert

RGB 187 188 19 -
CMYK 0.01 0 0.90 0.26
HSL 60.36º 0.82% 0.41% -
HSV(B) 60.36º 0.9% 0.74% -
XYZ 38.59 46.58 7.57 -
YUV 168.44 43.67 141.24 -
System Red Green Blue C M Y K H S L
Decimal 187 188 19 0.01 0 0.90 0.26 60.36 0.82 0.41
Hex BB BC 13 1 0 5A 1A 3C 52 29
Octal 273 274 23 1 0 132 32 74 122 51
Binary 10111011 10111100 10011 1 0 1011010 11010 111100 1010010 101001

Color Harmonies of #BBBC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC13

Black with #BBBC13

Text Example


Text Example

White with #BBBC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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