Html Css Color HEX #BCBA23 Rio Grande

📋 copy color: '#BCBA23'

red 188 ◦ green 186 ◦ blue 35

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

Shades of Rio Grande #BCBA23

Tints of Rio Grande #BCBA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.56%

R = 45.97%
G = 45.48%
B = 8.56%

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

#BCBA23 (or 0xBCBA23) is known color: Rio Grande. HEX triplet: BC, BA and 23. RGB value is (188,186,35). Sum of RGB (Red+Green+Blue) = 188+186+35=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA23 is #4345DC. Grayscale: #A9A9A9. Windows color (decimal): -4408797 or 2341564. OLE color: 2341564.

HSL color Cylindrical-coordinate representation of color #BCBA23: 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.81%. Process color model (Four color, CMYK) of #BCBA23 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 35 -
CMYK 0 0.01 0.81 0.26
HSL 59.22º 0.69% 0.44% -
HSV(B) 59.22º 0.81% 0.74% -
XYZ 38.6 45.93 8.42 -
YUV 169.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 188 186 35 0 0.01 0.81 0.26 59.22 0.69 0.44
Hex BC BA 23 0 1 51 1A 3B 45 2C
Octal 274 272 43 0 1 121 32 73 105 54
Binary 10111100 10111010 100011 0 1 1010001 11010 111011 1000101 101100

Color Harmonies of #BCBA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA23

Black with #BCBA23

Text Example


Text Example

White with #BCBA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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