Html Css Color HEX #BDAF10 La Rioja

📋 copy color: '#BDAF10'

red 189 ◦ green 175 ◦ blue 16

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

Shades of La Rioja #BDAF10

Tints of La Rioja #BDAF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.05%

 BLUE value IS 16 (6.64% from 255) = 4.21%

R = 49.74%
G = 46.05%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDAF10 (or 0xBDAF10) is known color: La Rioja. HEX triplet: BD, AF and 10. RGB value is (189,175,16). Sum of RGB (Red+Green+Blue) = 189+175+16=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF10 is #4250EF. Grayscale: #A1A1A1. Windows color (decimal): -4346096 or 1093565. OLE color: 1093565.

HSL color Cylindrical-coordinate representation of color #BDAF10: hue angle of 55.14º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDAF10 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 16 -
CMYK 0 0.07 0.92 0.26
HSL 55.14º 0.84% 0.4% -
HSV(B) 55.14º 0.92% 0.74% -
XYZ 36.41 41.52 6.58 -
YUV 161.06 46.14 147.93 -
System Red Green Blue C M Y K H S L
Decimal 189 175 16 0 0.07 0.92 0.26 55.14 0.84 0.4
Hex BD AF 10 0 7 5C 1A 37 54 28
Octal 275 257 20 0 7 134 32 67 124 50
Binary 10111101 10101111 10000 0 111 1011100 11010 110111 1010100 101000

Color Harmonies of #BDAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF10

Black with #BDAF10

Text Example


Text Example

White with #BDAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF10; }

 p { color: rgb(189,175,16); }

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

background-color css

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

 a { background-color: rgb(189,175,16); }

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

border-color css

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

 span { border-color: rgb(189,175,16); }

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