Html Css Color HEX #BDB215 La Rioja

📋 copy color: '#BDB215'

red 189 ◦ green 178 ◦ blue 21

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

Shades of La Rioja #BDB215

Tints of La Rioja #BDB215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.88%

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

R = 48.71%
G = 45.88%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB215 (or 0xBDB215) is known color: La Rioja. HEX triplet: BD, B2 and 15. RGB value is (189,178,21). Sum of RGB (Red+Green+Blue) = 189+178+21=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB215 is #424DEA. Grayscale: #A4A4A4. Windows color (decimal): -4345323 or 1422013. OLE color: 1422013.

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

Color convert

RGB 189 178 21 -
CMYK 0 0.06 0.89 0.26
HSL 56.07º 0.8% 0.41% -
HSV(B) 56.07º 0.89% 0.74% -
XYZ 37.04 42.71 7 -
YUV 163.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 189 178 21 0 0.06 0.89 0.26 56.07 0.8 0.41
Hex BD B2 15 0 6 59 1A 38 50 29
Octal 275 262 25 0 6 131 32 70 120 51
Binary 10111101 10110010 10101 0 110 1011001 11010 111000 1010000 101001

Color Harmonies of #BDB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB215

Black with #BDB215

Text Example


Text Example

White with #BDB215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB215; }

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

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

background-color css

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

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

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

border-color css

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

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

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