Html Css Color HEX #BCBB2F Rio Grande

📋 copy color: '#BCBB2F'

red 188 ◦ green 187 ◦ blue 47

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

Shades of Rio Grande #BCBB2F

Tints of Rio Grande #BCBB2F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.31%

 BLUE value IS 47 (18.75% from 255) = 11.14%

R = 44.55%
G = 44.31%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BCBB2F (or 0xBCBB2F) is known color: Rio Grande. HEX triplet: BC, BB and 2F. RGB value is (188,187,47). Sum of RGB (Red+Green+Blue) = 188+187+47=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB2F is #4344D0. Grayscale: #ABABAB. Windows color (decimal): -4408529 or 3128252. OLE color: 3128252.

HSL color Cylindrical-coordinate representation of color #BCBB2F: hue angle of 59.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCBB2F is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 47 -
CMYK 0 0.01 0.75 0.26
HSL 59.57º 0.6% 0.46% -
HSV(B) 59.57º 0.75% 0.74% -
XYZ 39.02 46.44 9.6 -
YUV 171.34 57.83 139.88 -
System Red Green Blue C M Y K H S L
Decimal 188 187 47 0 0.01 0.75 0.26 59.57 0.6 0.46
Hex BC BB 2F 0 1 4B 1A 3C 3C 2E
Octal 274 273 57 0 1 113 32 74 74 56
Binary 10111100 10111011 101111 0 1 1001011 11010 111100 111100 101110

Color Harmonies of #BCBB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB2F

Black with #BCBB2F

Text Example


Text Example

White with #BCBB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB2F; }

 p { color: rgb(188,187,47); }

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

background-color css

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

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

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

border-color css

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

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

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