Html Css Color HEX #BBBD13 La Rioja

📋 copy color: '#BBBD13'

red 187 ◦ green 189 ◦ blue 19

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

Shades of La Rioja #BBBD13

Tints of La Rioja #BBBD13

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.85%

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

R = 47.34%
G = 47.85%
B = 4.81%

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

#BBBD13 (or 0xBBBD13) is known color: La Rioja. HEX triplet: BB, BD and 13. RGB value is (187,189,19). Sum of RGB (Red+Green+Blue) = 187+189+19=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBD13 is #4442EC. Grayscale: #A9A9A9. Windows color (decimal): -4473581 or 1293755. OLE color: 1293755.

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

Color convert

RGB 187 189 19 -
CMYK 0.01 0 0.90 0.26
HSL 60.71º 0.82% 0.41% -
HSV(B) 60.71º 0.9% 0.74% -
XYZ 38.81 47.01 7.64 -
YUV 169.02 43.34 140.82 -
System Red Green Blue C M Y K H S L
Decimal 187 189 19 0.01 0 0.90 0.26 60.71 0.82 0.41
Hex BB BD 13 1 0 5A 1A 3D 52 29
Octal 273 275 23 1 0 132 32 75 122 51
Binary 10111011 10111101 10011 1 0 1011010 11010 111101 1010010 101001

Color Harmonies of #BBBD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD13

Black with #BBBD13

Text Example


Text Example

White with #BBBD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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