Html Css Color HEX #BCBA22 Rio Grande

📋 copy color: '#BCBA22'

red 188 ◦ green 186 ◦ blue 34

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

Shades of Rio Grande #BCBA22

Tints of Rio Grande #BCBA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.33%

R = 46.08%
G = 45.59%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCBA22 (or 0xBCBA22) is known color: Rio Grande. HEX triplet: BC, BA and 22. RGB value is (188,186,34). Sum of RGB (Red+Green+Blue) = 188+186+34=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 34 (13.67% from 255 or 8.33% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA22 is #4345DD. Grayscale: #A9A9A9. Windows color (decimal): -4408798 or 2276028. OLE color: 2276028.

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

Color convert

RGB 188 186 34 -
CMYK 0 0.01 0.82 0.26
HSL 59.22º 0.69% 0.44% -
HSV(B) 59.22º 0.82% 0.74% -
XYZ 38.59 45.92 8.34 -
YUV 169.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 188 186 34 0 0.01 0.82 0.26 59.22 0.69 0.44
Hex BC BA 22 0 1 52 1A 3B 45 2C
Octal 274 272 42 0 1 122 32 73 105 54
Binary 10111100 10111010 100010 0 1 1010010 11010 111011 1000101 101100

Color Harmonies of #BCBA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA22

Black with #BCBA22

Text Example


Text Example

White with #BCBA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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