Html Css Color HEX #BDBB13 La Rioja

📋 copy color: '#BDBB13'

red 189 ◦ green 187 ◦ blue 19

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

Shades of La Rioja #BDBB13

Tints of La Rioja #BDBB13

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 189 187 19 -
CMYK 0 0.01 0.90 0.26
HSL 59.29º 0.82% 0.41% -
HSV(B) 59.29º 0.9% 0.74% -
XYZ 38.87 46.41 7.52 -
YUV 168.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 189 187 19 0 0.01 0.90 0.26 59.29 0.82 0.41
Hex BD BB 13 0 1 5A 1A 3B 52 29
Octal 275 273 23 0 1 132 32 73 122 51
Binary 10111101 10111011 10011 0 1 1011010 11010 111011 1010010 101001

Color Harmonies of #BDBB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB13

Black with #BDBB13

Text Example


Text Example

White with #BDBB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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