Html Css Color HEX #BCAA07 La Rioja

📋 copy color: '#BCAA07'

red 188 ◦ green 170 ◦ blue 7

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

Shades of La Rioja #BCAA07

Tints of La Rioja #BCAA07

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.58%

 BLUE value IS 7 (3.13% from 255) = 1.92%

R = 51.51%
G = 46.58%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCAA07 (or 0xBCAA07) is known color: La Rioja. HEX triplet: BC, AA and 07. RGB value is (188,170,7). Sum of RGB (Red+Green+Blue) = 188+170+7=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA07 is #4355F8. Grayscale: #9D9D9D. Windows color (decimal): -4412921 or 502460. OLE color: 502460.

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

Color convert

RGB 188 170 7 -
CMYK 0 0.10 0.96 0.26
HSL 54.03º 0.93% 0.38% -
HSV(B) 54.03º 0.96% 0.74% -
XYZ 35.15 39.46 5.96 -
YUV 156.8 43.46 150.25 -
System Red Green Blue C M Y K H S L
Decimal 188 170 7 0 0.10 0.96 0.26 54.03 0.93 0.38
Hex BC AA 7 0 A 60 1A 36 5D 26
Octal 274 252 7 0 12 140 32 66 135 46
Binary 10111100 10101010 111 0 1010 1100000 11010 110110 1011101 100110

Color Harmonies of #BCAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA07

Black with #BCAA07

Text Example


Text Example

White with #BCAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA07; }

 p { color: rgb(188,170,7); }

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

background-color css

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

 a { background-color: rgb(188,170,7); }

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

border-color css

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

 span { border-color: rgb(188,170,7); }

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