Html Css Color HEX #BCBA27 Rio Grande

📋 copy color: '#BCBA27'

red 188 ◦ green 186 ◦ blue 39

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

Shades of Rio Grande #BCBA27

Tints of Rio Grande #BCBA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.44%

R = 45.52%
G = 45.04%
B = 9.44%

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

#BCBA27 (or 0xBCBA27) is known color: Rio Grande. HEX triplet: BC, BA and 27. RGB value is (188,186,39). Sum of RGB (Red+Green+Blue) = 188+186+39=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA27 is #4345D8. Grayscale: #AAAAAA. Windows color (decimal): -4408793 or 2603708. OLE color: 2603708.

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

Color convert

RGB 188 186 39 -
CMYK 0 0.01 0.79 0.26
HSL 59.19º 0.66% 0.45% -
HSV(B) 59.19º 0.79% 0.74% -
XYZ 38.66 45.96 8.75 -
YUV 169.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 188 186 39 0 0.01 0.79 0.26 59.19 0.66 0.45
Hex BC BA 27 0 1 4F 1A 3B 42 2D
Octal 274 272 47 0 1 117 32 73 102 55
Binary 10111100 10111010 100111 0 1 1001111 11010 111011 1000010 101101

Color Harmonies of #BCBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA27

Black with #BCBA27

Text Example


Text Example

White with #BCBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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