Html Css Color HEX #BCBA29 Rio Grande

📋 copy color: '#BCBA29'

red 188 ◦ green 186 ◦ blue 41

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

Shades of Rio Grande #BCBA29

Tints of Rio Grande #BCBA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.82%

 BLUE value IS 41 (16.41% from 255) = 9.88%

R = 45.3%
G = 44.82%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BCBA29 (or 0xBCBA29) is known color: Rio Grande. HEX triplet: BC, BA and 29. RGB value is (188,186,41). Sum of RGB (Red+Green+Blue) = 188+186+41=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA29 is #4345D6. Grayscale: #AAAAAA. Windows color (decimal): -4408791 or 2734780. OLE color: 2734780.

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

Color convert

RGB 188 186 41 -
CMYK 0 0.01 0.78 0.26
HSL 59.18º 0.64% 0.45% -
HSV(B) 59.18º 0.78% 0.74% -
XYZ 38.7 45.97 8.93 -
YUV 170.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 188 186 41 0 0.01 0.78 0.26 59.18 0.64 0.45
Hex BC BA 29 0 1 4E 1A 3B 40 2D
Octal 274 272 51 0 1 116 32 73 100 55
Binary 10111100 10111010 101001 0 1 1001110 11010 111011 1000000 101101

Color Harmonies of #BCBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA29

Black with #BCBA29

Text Example


Text Example

White with #BCBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA29; }

 p { color: rgb(188,186,41); }

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

background-color css

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

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

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

border-color css

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

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

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