Html Css Color HEX #BCBB27 Rio Grande

📋 copy color: '#BCBB27'

red 188 ◦ green 187 ◦ blue 39

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

Shades of Rio Grande #BCBB27

Tints of Rio Grande #BCBB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.42%

R = 45.41%
G = 45.17%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCBB27 (or 0xBCBB27) is known color: Rio Grande. HEX triplet: BC, BB and 27. RGB value is (188,187,39). Sum of RGB (Red+Green+Blue) = 188+187+39=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB27 is #4344D8. Grayscale: #ABABAB. Windows color (decimal): -4408537 or 2603964. OLE color: 2603964.

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

Color convert

RGB 188 187 39 -
CMYK 0 0.01 0.79 0.26
HSL 59.6º 0.66% 0.45% -
HSV(B) 59.6º 0.79% 0.74% -
XYZ 38.88 46.38 8.82 -
YUV 170.43 53.83 140.53 -
System Red Green Blue C M Y K H S L
Decimal 188 187 39 0 0.01 0.79 0.26 59.6 0.66 0.45
Hex BC BB 27 0 1 4F 1A 3C 42 2D
Octal 274 273 47 0 1 117 32 74 102 55
Binary 10111100 10111011 100111 0 1 1001111 11010 111100 1000010 101101

Color Harmonies of #BCBB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB27

Black with #BCBB27

Text Example


Text Example

White with #BCBB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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