Html Css Color HEX #BCB911 La Rioja

📋 copy color: '#BCB911'

red 188 ◦ green 185 ◦ blue 17

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

Shades of La Rioja #BCB911

Tints of La Rioja #BCB911

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.44%

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

R = 48.21%
G = 47.44%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCB911 (or 0xBCB911) is known color: La Rioja. HEX triplet: BC, B9 and 11. RGB value is (188,185,17). Sum of RGB (Red+Green+Blue) = 188+185+17=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB911 is #4346EE. Grayscale: #A7A7A7. Windows color (decimal): -4409071 or 1161660. OLE color: 1161660.

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

Color convert

RGB 188 185 17 -
CMYK 0 0.02 0.91 0.26
HSL 58.95º 0.83% 0.4% -
HSV(B) 58.95º 0.91% 0.74% -
XYZ 38.19 45.43 7.29 -
YUV 166.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 188 185 17 0 0.02 0.91 0.26 58.95 0.83 0.4
Hex BC B9 11 0 2 5B 1A 3B 53 28
Octal 274 271 21 0 2 133 32 73 123 50
Binary 10111100 10111001 10001 0 10 1011011 11010 111011 1010011 101000

Color Harmonies of #BCB911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB911

Black with #BCB911

Text Example


Text Example

White with #BCB911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB911; }

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

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

background-color css

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

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

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

border-color css

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

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

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