Html Css Color HEX #BCAD0D La Rioja

📋 copy color: '#BCAD0D'

red 188 ◦ green 173 ◦ blue 13

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

Shades of La Rioja #BCAD0D

Tints of La Rioja #BCAD0D

RGB

 RED value IS 188 (73.83% from 255) = 50.27%

 GREEN value IS 173 (67.97% from 255) = 46.26%

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

R = 50.27%
G = 46.26%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCAD0D (or 0xBCAD0D) is known color: La Rioja. HEX triplet: BC, AD and 0D. RGB value is (188,173,13). Sum of RGB (Red+Green+Blue) = 188+173+13=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD0D is #4352F2. Grayscale: #9F9F9F. Windows color (decimal): -4412147 or 896444. OLE color: 896444.

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

Color convert

RGB 188 173 13 -
CMYK 0 0.08 0.93 0.26
HSL 54.86º 0.87% 0.39% -
HSV(B) 54.86º 0.93% 0.74% -
XYZ 35.76 40.61 6.33 -
YUV 159.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 188 173 13 0 0.08 0.93 0.26 54.86 0.87 0.39
Hex BC AD D 0 8 5D 1A 37 57 27
Octal 274 255 15 0 10 135 32 67 127 47
Binary 10111100 10101101 1101 0 1000 1011101 11010 110111 1010111 100111

Color Harmonies of #BCAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD0D

Black with #BCAD0D

Text Example


Text Example

White with #BCAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD0D; }

 p { color: rgb(188,173,13); }

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

background-color css

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

 a { background-color: rgb(188,173,13); }

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

border-color css

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

 span { border-color: rgb(188,173,13); }

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