Html Css Color HEX #BDAF0D La Rioja

📋 copy color: '#BDAF0D'

red 189 ◦ green 175 ◦ blue 13

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

Shades of La Rioja #BDAF0D

Tints of La Rioja #BDAF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.45%

R = 50.13%
G = 46.42%
B = 3.45%

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

#BDAF0D (or 0xBDAF0D) is known color: La Rioja. HEX triplet: BD, AF and 0D. RGB value is (189,175,13). Sum of RGB (Red+Green+Blue) = 189+175+13=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF0D is #4250F2. Grayscale: #A1A1A1. Windows color (decimal): -4346099 or 896957. OLE color: 896957.

HSL color Cylindrical-coordinate representation of color #BDAF0D: hue angle of 55.23º degrees, saturation: 0.87, 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 #BDAF0D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 13 -
CMYK 0 0.07 0.93 0.26
HSL 55.23º 0.87% 0.4% -
HSV(B) 55.23º 0.93% 0.74% -
XYZ 36.39 41.51 6.47 -
YUV 160.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 189 175 13 0 0.07 0.93 0.26 55.23 0.87 0.4
Hex BD AF D 0 7 5D 1A 37 57 28
Octal 275 257 15 0 7 135 32 67 127 50
Binary 10111101 10101111 1101 0 111 1011101 11010 110111 1010111 101000

Color Harmonies of #BDAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF0D

Black with #BDAF0D

Text Example


Text Example

White with #BDAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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