Html Css Color HEX #BCA801 La Rioja

📋 copy color: '#BCA801'

red 188 ◦ green 168 ◦ blue 1

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

Shades of La Rioja #BCA801

Tints of La Rioja #BCA801

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.06%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 52.66%
G = 47.06%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCA801 (or 0xBCA801) is known color: La Rioja. HEX triplet: BC, A8 and 01. RGB value is (188,168,1). Sum of RGB (Red+Green+Blue) = 188+168+1=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA801 is #4357FE. Grayscale: #9B9B9B. Windows color (decimal): -4413439 or 108732. OLE color: 108732.

HSL color Cylindrical-coordinate representation of color #BCA801: hue angle of 53.58º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCA801 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 1 -
CMYK 0 0.11 0.99 0.26
HSL 53.58º 0.99% 0.37% -
HSV(B) 53.58º 0.99% 0.74% -
XYZ 34.75 38.7 5.67 -
YUV 154.94 41.13 151.58 -
System Red Green Blue C M Y K H S L
Decimal 188 168 1 0 0.11 0.99 0.26 53.58 0.99 0.37
Hex BC A8 1 0 B 63 1A 36 63 25
Octal 274 250 1 0 13 143 32 66 143 45
Binary 10111100 10101000 1 0 1011 1100011 11010 110110 1100011 100101

Color Harmonies of #BCA801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA801

Black with #BCA801

Text Example


Text Example

White with #BCA801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA801; }

 p { color: rgb(188,168,1); }

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

background-color css

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

 a { background-color: rgb(188,168,1); }

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

border-color css

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

 span { border-color: rgb(188,168,1); }

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