Html Css Color HEX #BDBA15 La Rioja

📋 copy color: '#BDBA15'

red 189 ◦ green 186 ◦ blue 21

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

Shades of La Rioja #BDBA15

Tints of La Rioja #BDBA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

 BLUE value IS 21 (8.59% from 255) = 5.3%

R = 47.73%
G = 46.97%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDBA15 (or 0xBDBA15) is known color: La Rioja. HEX triplet: BD, BA and 15. RGB value is (189,186,21). Sum of RGB (Red+Green+Blue) = 189+186+21=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA15 is #4245EA. Grayscale: #A8A8A8. Windows color (decimal): -4343275 or 1424061. OLE color: 1424061.

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

Color convert

RGB 189 186 21 -
CMYK 0 0.02 0.89 0.26
HSL 58.93º 0.8% 0.41% -
HSV(B) 58.93º 0.89% 0.74% -
XYZ 38.68 45.99 7.55 -
YUV 168.09 44.99 142.92 -
System Red Green Blue C M Y K H S L
Decimal 189 186 21 0 0.02 0.89 0.26 58.93 0.8 0.41
Hex BD BA 15 0 2 59 1A 3B 50 29
Octal 275 272 25 0 2 131 32 73 120 51
Binary 10111101 10111010 10101 0 10 1011001 11010 111011 1010000 101001

Color Harmonies of #BDBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA15

Black with #BDBA15

Text Example


Text Example

White with #BDBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA15; }

 p { color: rgb(189,186,21); }

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

background-color css

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

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

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

border-color css

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

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

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