Html Css Color HEX #BCBE32 Rio Grande

📋 copy color: '#BCBE32'

red 188 ◦ green 190 ◦ blue 50

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

Shades of Rio Grande #BCBE32

Tints of Rio Grande #BCBE32

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.39%

 BLUE value IS 50 (19.92% from 255) = 11.68%

R = 43.93%
G = 44.39%
B = 11.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BCBE32 (or 0xBCBE32) is known color: Rio Grande. HEX triplet: BC, BE and 32. RGB value is (188,190,50). Sum of RGB (Red+Green+Blue) = 188+190+50=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBE32 is #4341CD. Grayscale: #AEAEAE. Windows color (decimal): -4407758 or 3325628. OLE color: 3325628.

HSL color Cylindrical-coordinate representation of color #BCBE32: hue angle of 60.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCBE32 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 190 50 -
CMYK 0.01 0 0.74 0.25
HSL 60.86º 0.58% 0.47% -
HSV(B) 60.86º 0.74% 0.75% -
XYZ 39.73 47.75 10.14 -
YUV 173.44 58.34 138.38 -
System Red Green Blue C M Y K H S L
Decimal 188 190 50 0.01 0 0.74 0.25 60.86 0.58 0.47
Hex BC BE 32 1 0 4A 19 3D 3A 2F
Octal 274 276 62 1 0 112 31 75 72 57
Binary 10111100 10111110 110010 1 0 1001010 11001 111101 111010 101111

Color Harmonies of #BCBE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE32

Black with #BCBE32

Text Example


Text Example

White with #BCBE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE32; }

 p { color: rgb(188,190,50); }

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

background-color css

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

 a { background-color: rgb(188,190,50); }

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

border-color css

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

 span { border-color: rgb(188,190,50); }

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