Html Css Color HEX #BCBC1F Rio Grande

📋 copy color: '#BCBC1F'

red 188 ◦ green 188 ◦ blue 31

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

Shades of Rio Grande #BCBC1F

Tints of Rio Grande #BCBC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.19%

 BLUE value IS 31 (12.5% from 255) = 7.62%

R = 46.19%
G = 46.19%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BCBC1F (or 0xBCBC1F) is known color: Rio Grande. HEX triplet: BC, BC and 1F. RGB value is (188,188,31). Sum of RGB (Red+Green+Blue) = 188+188+31=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC1F is #4343E0. Grayscale: #AAAAAA. Windows color (decimal): -4408289 or 2079932. OLE color: 2079932.

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

Color convert

RGB 188 188 31 -
CMYK 0 0 0.84 0.26
HSL 60º 0.72% 0.43% -
HSV(B) 60º 0.84% 0.74% -
XYZ 38.97 46.76 8.27 -
YUV 170.1 49.5 140.77 -
System Red Green Blue C M Y K H S L
Decimal 188 188 31 0 0 0.84 0.26 60 0.72 0.43
Hex BC BC 1F 0 0 54 1A 3C 48 2B
Octal 274 274 37 0 0 124 32 74 110 53
Binary 10111100 10111100 11111 0 0 1010100 11010 111100 1001000 101011

Color Harmonies of #BCBC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC1F

Black with #BCBC1F

Text Example


Text Example

White with #BCBC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC1F; }

 p { color: rgb(188,188,31); }

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

background-color css

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

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

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

border-color css

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

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

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