Html Css Color HEX #BCBA24 Rio Grande

📋 copy color: '#BCBA24'

red 188 ◦ green 186 ◦ blue 36

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

Shades of Rio Grande #BCBA24

Tints of Rio Grande #BCBA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.78%

R = 45.85%
G = 45.37%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCBA24 (or 0xBCBA24) is known color: Rio Grande. HEX triplet: BC, BA and 24. RGB value is (188,186,36). Sum of RGB (Red+Green+Blue) = 188+186+36=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA24 is #4345DB. Grayscale: #AAAAAA. Windows color (decimal): -4408796 or 2407100. OLE color: 2407100.

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

Color convert

RGB 188 186 36 -
CMYK 0 0.01 0.81 0.26
HSL 59.21º 0.68% 0.44% -
HSV(B) 59.21º 0.81% 0.74% -
XYZ 38.62 45.94 8.5 -
YUV 169.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 188 186 36 0 0.01 0.81 0.26 59.21 0.68 0.44
Hex BC BA 24 0 1 51 1A 3B 44 2C
Octal 274 272 44 0 1 121 32 73 104 54
Binary 10111100 10111010 100100 0 1 1010001 11010 111011 1000100 101100

Color Harmonies of #BCBA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA24

Black with #BCBA24

Text Example


Text Example

White with #BCBA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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