Html Css Color HEX #BCAC03 La Rioja

📋 copy color: '#BCAC03'

red 188 ◦ green 172 ◦ blue 3

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

Shades of La Rioja #BCAC03

Tints of La Rioja #BCAC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 51.79%
G = 47.38%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCAC03 (or 0xBCAC03) is known color: La Rioja. HEX triplet: BC, AC and 03. RGB value is (188,172,3). Sum of RGB (Red+Green+Blue) = 188+172+3=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC03 is #4353FC. Grayscale: #9E9E9E. Windows color (decimal): -4412413 or 240828. OLE color: 240828.

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

Color convert

RGB 188 172 3 -
CMYK 0 0.09 0.98 0.26
HSL 54.81º 0.97% 0.37% -
HSV(B) 54.81º 0.98% 0.74% -
XYZ 35.51 40.2 5.97 -
YUV 157.52 40.8 149.74 -
System Red Green Blue C M Y K H S L
Decimal 188 172 3 0 0.09 0.98 0.26 54.81 0.97 0.37
Hex BC AC 3 0 9 62 1A 37 61 25
Octal 274 254 3 0 11 142 32 67 141 45
Binary 10111100 10101100 11 0 1001 1100010 11010 110111 1100001 100101

Color Harmonies of #BCAC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC03

Black with #BCAC03

Text Example


Text Example

White with #BCAC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC03; }

 p { color: rgb(188,172,3); }

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

background-color css

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

 a { background-color: rgb(188,172,3); }

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

border-color css

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

 span { border-color: rgb(188,172,3); }

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