Html Css Color HEX #BCB111 La Rioja

📋 copy color: '#BCB111'

red 188 ◦ green 177 ◦ blue 17

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

Shades of La Rioja #BCB111

Tints of La Rioja #BCB111

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.34%

 BLUE value IS 17 (7.03% from 255) = 4.45%

R = 49.21%
G = 46.34%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCB111 (or 0xBCB111) is known color: La Rioja. HEX triplet: BC, B1 and 11. RGB value is (188,177,17). Sum of RGB (Red+Green+Blue) = 188+177+17=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB111 is #434EEE. Grayscale: #A2A2A2. Windows color (decimal): -4411119 or 1159612. OLE color: 1159612.

HSL color Cylindrical-coordinate representation of color #BCB111: hue angle of 56.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCB111 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 17 -
CMYK 0 0.06 0.91 0.26
HSL 56.14º 0.83% 0.4% -
HSV(B) 56.14º 0.91% 0.74% -
XYZ 36.56 42.18 6.74 -
YUV 162.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 188 177 17 0 0.06 0.91 0.26 56.14 0.83 0.4
Hex BC B1 11 0 6 5B 1A 38 53 28
Octal 274 261 21 0 6 133 32 70 123 50
Binary 10111100 10110001 10001 0 110 1011011 11010 111000 1010011 101000

Color Harmonies of #BCB111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB111

Black with #BCB111

Text Example


Text Example

White with #BCB111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB111; }

 p { color: rgb(188,177,17); }

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

background-color css

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

 a { background-color: rgb(188,177,17); }

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

border-color css

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

 span { border-color: rgb(188,177,17); }

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