Html Css Color HEX #BCBB1F Rio Grande

📋 copy color: '#BCBB1F'

red 188 ◦ green 187 ◦ blue 31

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

Shades of Rio Grande #BCBB1F

Tints of Rio Grande #BCBB1F

RGB

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

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

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

R = 46.31%
G = 46.06%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BCBB1F (or 0xBCBB1F) is known color: Rio Grande. HEX triplet: BC, BB and 1F. RGB value is (188,187,31). Sum of RGB (Red+Green+Blue) = 188+187+31=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB1F is #4344E0. Grayscale: #AAAAAA. Windows color (decimal): -4408545 or 2079676. OLE color: 2079676.

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

Color convert

RGB 188 187 31 -
CMYK 0 0.01 0.84 0.26
HSL 59.62º 0.72% 0.43% -
HSV(B) 59.62º 0.84% 0.74% -
XYZ 38.76 46.33 8.2 -
YUV 169.52 49.83 141.18 -
System Red Green Blue C M Y K H S L
Decimal 188 187 31 0 0.01 0.84 0.26 59.62 0.72 0.43
Hex BC BB 1F 0 1 54 1A 3C 48 2B
Octal 274 273 37 0 1 124 32 74 110 53
Binary 10111100 10111011 11111 0 1 1010100 11010 111100 1001000 101011

Color Harmonies of #BCBB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB1F

Black with #BCBB1F

Text Example


Text Example

White with #BCBB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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