Html Css Color HEX #BCBC2B Rio Grande

📋 copy color: '#BCBC2B'

red 188 ◦ green 188 ◦ blue 43

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

Shades of Rio Grande #BCBC2B

Tints of Rio Grande #BCBC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.26%

R = 44.87%
G = 44.87%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BCBC2B (or 0xBCBC2B) is known color: Rio Grande. HEX triplet: BC, BC and 2B. RGB value is (188,188,43). Sum of RGB (Red+Green+Blue) = 188+188+43=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC2B is #4343D4. Grayscale: #ACACAC. Windows color (decimal): -4408277 or 2866364. OLE color: 2866364.

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

Color convert

RGB 188 188 43 -
CMYK 0 0 0.77 0.26
HSL 60º 0.63% 0.45% -
HSV(B) 60º 0.77% 0.74% -
XYZ 39.16 46.83 9.26 -
YUV 171.47 55.5 139.79 -
System Red Green Blue C M Y K H S L
Decimal 188 188 43 0 0 0.77 0.26 60 0.63 0.45
Hex BC BC 2B 0 0 4D 1A 3C 3F 2D
Octal 274 274 53 0 0 115 32 74 77 55
Binary 10111100 10111100 101011 0 0 1001101 11010 111100 111111 101101

Color Harmonies of #BCBC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC2B

Black with #BCBC2B

Text Example


Text Example

White with #BCBC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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