Html Css Color HEX #BDB715 La Rioja

📋 copy color: '#BDB715'

red 189 ◦ green 183 ◦ blue 21

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

Shades of La Rioja #BDB715

Tints of La Rioja #BDB715

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.56%

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

R = 48.09%
G = 46.56%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB715 (or 0xBDB715) is known color: La Rioja. HEX triplet: BD, B7 and 15. RGB value is (189,183,21). Sum of RGB (Red+Green+Blue) = 189+183+21=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB715 is #4248EA. Grayscale: #A6A6A6. Windows color (decimal): -4344043 or 1423293. OLE color: 1423293.

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

Color convert

RGB 189 183 21 -
CMYK 0 0.03 0.89 0.26
HSL 57.86º 0.8% 0.41% -
HSV(B) 57.86º 0.89% 0.74% -
XYZ 38.06 44.74 7.34 -
YUV 166.33 45.99 144.17 -
System Red Green Blue C M Y K H S L
Decimal 189 183 21 0 0.03 0.89 0.26 57.86 0.8 0.41
Hex BD B7 15 0 3 59 1A 3A 50 29
Octal 275 267 25 0 3 131 32 72 120 51
Binary 10111101 10110111 10101 0 11 1011001 11010 111010 1010000 101001

Color Harmonies of #BDB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB715

Black with #BDB715

Text Example


Text Example

White with #BDB715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB715; }

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

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

background-color css

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

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

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

border-color css

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

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

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