Html Css Color HEX #BCBB26 Rio Grande

📋 copy color: '#BCBB26'

red 188 ◦ green 187 ◦ blue 38

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

Shades of Rio Grande #BCBB26

Tints of Rio Grande #BCBB26

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.28%

 BLUE value IS 38 (15.23% from 255) = 9.2%

R = 45.52%
G = 45.28%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCBB26 (or 0xBCBB26) is known color: Rio Grande. HEX triplet: BC, BB and 26. RGB value is (188,187,38). Sum of RGB (Red+Green+Blue) = 188+187+38=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB26 is #4344D9. Grayscale: #AAAAAA. Windows color (decimal): -4408538 or 2538428. OLE color: 2538428.

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

Color convert

RGB 188 187 38 -
CMYK 0 0.01 0.80 0.26
HSL 59.6º 0.66% 0.44% -
HSV(B) 59.6º 0.8% 0.74% -
XYZ 38.86 46.37 8.74 -
YUV 170.31 53.33 140.62 -
System Red Green Blue C M Y K H S L
Decimal 188 187 38 0 0.01 0.80 0.26 59.6 0.66 0.44
Hex BC BB 26 0 1 50 1A 3C 42 2C
Octal 274 273 46 0 1 120 32 74 102 54
Binary 10111100 10111011 100110 0 1 1010000 11010 111100 1000010 101100

Color Harmonies of #BCBB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB26

Black with #BCBB26

Text Example


Text Example

White with #BCBB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB26; }

 p { color: rgb(188,187,38); }

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

background-color css

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

 a { background-color: rgb(188,187,38); }

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

border-color css

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

 span { border-color: rgb(188,187,38); }

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