Html Css Color HEX #BDAF0C La Rioja

📋 copy color: '#BDAF0C'

red 189 ◦ green 175 ◦ blue 12

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

Shades of La Rioja #BDAF0C

Tints of La Rioja #BDAF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 50.27%
G = 46.54%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BDAF0C (or 0xBDAF0C) is known color: La Rioja. HEX triplet: BD, AF and 0C. RGB value is (189,175,12). Sum of RGB (Red+Green+Blue) = 189+175+12=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF0C is #4250F3. Grayscale: #A1A1A1. Windows color (decimal): -4346100 or 831421. OLE color: 831421.

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

Color convert

RGB 189 175 12 -
CMYK 0 0.07 0.94 0.26
HSL 55.25º 0.88% 0.39% -
HSV(B) 55.25º 0.94% 0.74% -
XYZ 36.38 41.51 6.44 -
YUV 160.6 44.14 148.25 -
System Red Green Blue C M Y K H S L
Decimal 189 175 12 0 0.07 0.94 0.26 55.25 0.88 0.39
Hex BD AF C 0 7 5E 1A 37 58 27
Octal 275 257 14 0 7 136 32 67 130 47
Binary 10111101 10101111 1100 0 111 1011110 11010 110111 1011000 100111

Color Harmonies of #BDAF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF0C

Black with #BDAF0C

Text Example


Text Example

White with #BDAF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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