Html Css Color HEX #BCAD0A La Rioja

📋 copy color: '#BCAD0A'

red 188 ◦ green 173 ◦ blue 10

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

Shades of La Rioja #BCAD0A

Tints of La Rioja #BCAD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 50.67%
G = 46.63%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BCAD0A (or 0xBCAD0A) is known color: La Rioja. HEX triplet: BC, AD and 0A. RGB value is (188,173,10). Sum of RGB (Red+Green+Blue) = 188+173+10=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD0A is #4352F5. Grayscale: #9F9F9F. Windows color (decimal): -4412150 or 699836. OLE color: 699836.

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

Color convert

RGB 188 173 10 -
CMYK 0 0.08 0.95 0.26
HSL 54.94º 0.9% 0.39% -
HSV(B) 54.94º 0.95% 0.74% -
XYZ 35.74 40.6 6.24 -
YUV 158.9 43.97 148.75 -
System Red Green Blue C M Y K H S L
Decimal 188 173 10 0 0.08 0.95 0.26 54.94 0.9 0.39
Hex BC AD A 0 8 5F 1A 37 5A 27
Octal 274 255 12 0 10 137 32 67 132 47
Binary 10111100 10101101 1010 0 1000 1011111 11010 110111 1011010 100111

Color Harmonies of #BCAD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD0A

Black with #BCAD0A

Text Example


Text Example

White with #BCAD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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