Html Css Color HEX #BDAF0A La Rioja

📋 copy color: '#BDAF0A'

red 189 ◦ green 175 ◦ blue 10

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

Shades of La Rioja #BDAF0A

Tints of La Rioja #BDAF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 50.53%
G = 46.79%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDAF0A (or 0xBDAF0A) is known color: La Rioja. HEX triplet: BD, AF and 0A. RGB value is (189,175,10). Sum of RGB (Red+Green+Blue) = 189+175+10=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF0A is #4250F5. Grayscale: #A1A1A1. Windows color (decimal): -4346102 or 700349. OLE color: 700349.

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

Color convert

RGB 189 175 10 -
CMYK 0 0.07 0.95 0.26
HSL 55.31º 0.9% 0.39% -
HSV(B) 55.31º 0.95% 0.74% -
XYZ 36.37 41.5 6.38 -
YUV 160.38 43.14 148.42 -
System Red Green Blue C M Y K H S L
Decimal 189 175 10 0 0.07 0.95 0.26 55.31 0.9 0.39
Hex BD AF A 0 7 5F 1A 37 5A 27
Octal 275 257 12 0 7 137 32 67 132 47
Binary 10111101 10101111 1010 0 111 1011111 11010 110111 1011010 100111

Color Harmonies of #BDAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF0A

Black with #BDAF0A

Text Example


Text Example

White with #BDAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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