Html Css Color HEX #BDAF0E La Rioja

📋 copy color: '#BDAF0E'

red 189 ◦ green 175 ◦ blue 14

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

Shades of La Rioja #BDAF0E

Tints of La Rioja #BDAF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.7%

R = 50%
G = 46.3%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BDAF0E (or 0xBDAF0E) is known color: La Rioja. HEX triplet: BD, AF and 0E. RGB value is (189,175,14). Sum of RGB (Red+Green+Blue) = 189+175+14=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF0E is #4250F1. Grayscale: #A1A1A1. Windows color (decimal): -4346098 or 962493. OLE color: 962493.

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

Color convert

RGB 189 175 14 -
CMYK 0 0.07 0.93 0.26
HSL 55.2º 0.86% 0.4% -
HSV(B) 55.2º 0.93% 0.74% -
XYZ 36.4 41.51 6.51 -
YUV 160.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 189 175 14 0 0.07 0.93 0.26 55.2 0.86 0.4
Hex BD AF E 0 7 5D 1A 37 56 28
Octal 275 257 16 0 7 135 32 67 126 50
Binary 10111101 10101111 1110 0 111 1011101 11010 110111 1010110 101000

Color Harmonies of #BDAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF0E

Black with #BDAF0E

Text Example


Text Example

White with #BDAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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