Html Css Color HEX #BDB616 La Rioja

📋 copy color: '#BDB616'

red 189 ◦ green 182 ◦ blue 22

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

Shades of La Rioja #BDB616

Tints of La Rioja #BDB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.31%

 BLUE value IS 22 (8.98% from 255) = 5.6%

R = 48.09%
G = 46.31%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDB616 (or 0xBDB616) is known color: La Rioja. HEX triplet: BD, B6 and 16. RGB value is (189,182,22). Sum of RGB (Red+Green+Blue) = 189+182+22=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB616 is #4249E9. Grayscale: #A6A6A6. Windows color (decimal): -4344298 or 1488573. OLE color: 1488573.

HSL color Cylindrical-coordinate representation of color #BDB616: hue angle of 57.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDB616 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 22 -
CMYK 0 0.04 0.88 0.26
HSL 57.49º 0.79% 0.41% -
HSV(B) 57.49º 0.88% 0.74% -
XYZ 37.86 44.33 7.32 -
YUV 165.85 46.82 144.51 -
System Red Green Blue C M Y K H S L
Decimal 189 182 22 0 0.04 0.88 0.26 57.49 0.79 0.41
Hex BD B6 16 0 4 58 1A 39 4F 29
Octal 275 266 26 0 4 130 32 71 117 51
Binary 10111101 10110110 10110 0 100 1011000 11010 111001 1001111 101001

Color Harmonies of #BDB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB616

Black with #BDB616

Text Example


Text Example

White with #BDB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB616; }

 p { color: rgb(189,182,22); }

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

background-color css

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

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

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

border-color css

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

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

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