Html Css Color HEX #BDBD13 La Rioja

📋 copy color: '#BDBD13'

red 189 ◦ green 189 ◦ blue 19

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

Shades of La Rioja #BDBD13

Tints of La Rioja #BDBD13

RGB

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

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

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

R = 47.61%
G = 47.61%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDBD13 (or 0xBDBD13) is known color: La Rioja. HEX triplet: BD, BD and 13. RGB value is (189,189,19). Sum of RGB (Red+Green+Blue) = 189+189+19=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBD13 is #4242EC. Grayscale: #AAAAAA. Windows color (decimal): -4342509 or 1293757. OLE color: 1293757.

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

Color convert

RGB 189 189 19 -
CMYK 0 0 0.90 0.26
HSL 60º 0.82% 0.41% -
HSV(B) 60º 0.9% 0.74% -
XYZ 39.3 47.26 7.67 -
YUV 169.62 43 141.82 -
System Red Green Blue C M Y K H S L
Decimal 189 189 19 0 0 0.90 0.26 60 0.82 0.41
Hex BD BD 13 0 0 5A 1A 3C 52 29
Octal 275 275 23 0 0 132 32 74 122 51
Binary 10111101 10111101 10011 0 0 1011010 11010 111100 1010010 101001

Color Harmonies of #BDBD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD13

Black with #BDBD13

Text Example


Text Example

White with #BDBD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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