Html Css Color HEX #BCBA28 Rio Grande

📋 copy color: '#BCBA28'

red 188 ◦ green 186 ◦ blue 40

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

Shades of Rio Grande #BCBA28

Tints of Rio Grande #BCBA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.66%

R = 45.41%
G = 44.93%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCBA28 (or 0xBCBA28) is known color: Rio Grande. HEX triplet: BC, BA and 28. RGB value is (188,186,40). Sum of RGB (Red+Green+Blue) = 188+186+40=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA28 is #4345D7. Grayscale: #AAAAAA. Windows color (decimal): -4408792 or 2669244. OLE color: 2669244.

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

Color convert

RGB 188 186 40 -
CMYK 0 0.01 0.79 0.26
HSL 59.19º 0.65% 0.45% -
HSV(B) 59.19º 0.79% 0.74% -
XYZ 38.68 45.96 8.84 -
YUV 169.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 188 186 40 0 0.01 0.79 0.26 59.19 0.65 0.45
Hex BC BA 28 0 1 4F 1A 3B 41 2D
Octal 274 272 50 0 1 117 32 73 101 55
Binary 10111100 10111010 101000 0 1 1001111 11010 111011 1000001 101101

Color Harmonies of #BCBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA28

Black with #BCBA28

Text Example


Text Example

White with #BCBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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