Html Css Color HEX #BC755B Japonica

📋 copy color: '#BC755B'

red 188 ◦ green 117 ◦ blue 91

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

Shades of Japonica #BC755B

Tints of Japonica #BC755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 47.47%
G = 29.55%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC755B (or 0xBC755B) is known color: Japonica. HEX triplet: BC, 75 and 5B. RGB value is (188,117,91). Sum of RGB (Red+Green+Blue) = 188+117+91=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC755B is #438AA4. Grayscale: #878787. Windows color (decimal): -4426405 or 5993916. OLE color: 5993916.

HSL color Cylindrical-coordinate representation of color #BC755B: hue angle of 16.08º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC755B is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 91 -
CMYK 0 0.38 0.52 0.26
HSL 16.08º 0.42% 0.55% -
HSV(B) 16.08º 0.52% 0.74% -
XYZ 28.99 24.17 13.03 -
YUV 135.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 188 117 91 0 0.38 0.52 0.26 16.08 0.42 0.55
Hex BC 75 5B 0 26 34 1A 10 2A 37
Octal 274 165 133 0 46 64 32 20 52 67
Binary 10111100 1110101 1011011 0 100110 110100 11010 10000 101010 110111

Color Harmonies of #BC755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC755B

Black with #BC755B

Text Example


Text Example

White with #BC755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC755B; }

 p { color: rgb(188,117,91); }

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

background-color css

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

 a { background-color: rgb(188,117,91); }

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

border-color css

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

 span { border-color: rgb(188,117,91); }

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