Html Css Color HEX #BDB315 La Rioja

📋 copy color: '#BDB315'

red 189 ◦ green 179 ◦ blue 21

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

Shades of La Rioja #BDB315

Tints of La Rioja #BDB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.02%

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

R = 48.59%
G = 46.02%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB315 (or 0xBDB315) is known color: La Rioja. HEX triplet: BD, B3 and 15. RGB value is (189,179,21). Sum of RGB (Red+Green+Blue) = 189+179+21=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB315 is #424CEA. Grayscale: #A4A4A4. Windows color (decimal): -4345067 or 1422269. OLE color: 1422269.

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

Color convert

RGB 189 179 21 -
CMYK 0 0.05 0.89 0.26
HSL 56.43º 0.8% 0.41% -
HSV(B) 56.43º 0.89% 0.74% -
XYZ 37.24 43.11 7.07 -
YUV 163.98 47.31 145.85 -
System Red Green Blue C M Y K H S L
Decimal 189 179 21 0 0.05 0.89 0.26 56.43 0.8 0.41
Hex BD B3 15 0 5 59 1A 38 50 29
Octal 275 263 25 0 5 131 32 70 120 51
Binary 10111101 10110011 10101 0 101 1011001 11010 111000 1010000 101001

Color Harmonies of #BDB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB315

Black with #BDB315

Text Example


Text Example

White with #BDB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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