Html Css Color HEX #BCAE0A La Rioja

📋 copy color: '#BCAE0A'

red 188 ◦ green 174 ◦ blue 10

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

Shades of La Rioja #BCAE0A

Tints of La Rioja #BCAE0A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.77%

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

R = 50.54%
G = 46.77%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BCAE0A (or 0xBCAE0A) is known color: La Rioja. HEX triplet: BC, AE and 0A. RGB value is (188,174,10). Sum of RGB (Red+Green+Blue) = 188+174+10=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAE0A is #4351F5. Grayscale: #A0A0A0. Windows color (decimal): -4411894 or 700092. OLE color: 700092.

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

Color convert

RGB 188 174 10 -
CMYK 0 0.07 0.95 0.26
HSL 55.28º 0.9% 0.39% -
HSV(B) 55.28º 0.95% 0.74% -
XYZ 35.93 40.99 6.3 -
YUV 159.49 43.64 148.34 -
System Red Green Blue C M Y K H S L
Decimal 188 174 10 0 0.07 0.95 0.26 55.28 0.9 0.39
Hex BC AE A 0 7 5F 1A 37 5A 27
Octal 274 256 12 0 7 137 32 67 132 47
Binary 10111100 10101110 1010 0 111 1011111 11010 110111 1011010 100111

Color Harmonies of #BCAE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE0A

Black with #BCAE0A

Text Example


Text Example

White with #BCAE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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