Html Css Color HEX #BDAC0C La Rioja

📋 copy color: '#BDAC0C'

red 189 ◦ green 172 ◦ blue 12

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

Shades of La Rioja #BDAC0C

Tints of La Rioja #BDAC0C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.11%

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

R = 50.67%
G = 46.11%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BDAC0C (or 0xBDAC0C) is known color: La Rioja. HEX triplet: BD, AC and 0C. RGB value is (189,172,12). Sum of RGB (Red+Green+Blue) = 189+172+12=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAC0C is #4253F3. Grayscale: #9F9F9F. Windows color (decimal): -4346868 or 830653. OLE color: 830653.

HSL color Cylindrical-coordinate representation of color #BDAC0C: hue angle of 54.24º 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 #BDAC0C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 172 12 -
CMYK 0 0.09 0.94 0.26
HSL 54.24º 0.88% 0.39% -
HSV(B) 54.24º 0.94% 0.74% -
XYZ 35.81 40.35 6.25 -
YUV 158.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 189 172 12 0 0.09 0.94 0.26 54.24 0.88 0.39
Hex BD AC C 0 9 5E 1A 36 58 27
Octal 275 254 14 0 11 136 32 66 130 47
Binary 10111101 10101100 1100 0 1001 1011110 11010 110110 1011000 100111

Color Harmonies of #BDAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC0C

Black with #BDAC0C

Text Example


Text Example

White with #BDAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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