Html Css Color HEX #BD755D Japonica

📋 copy color: '#BD755D'

red 189 ◦ green 117 ◦ blue 93

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

Shades of Japonica #BD755D

Tints of Japonica #BD755D

RGB

 RED value IS 189 (74.22% from 255) = 47.37%

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

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 47.37%
G = 29.32%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD755D (or 0xBD755D) is known color: Japonica. HEX triplet: BD, 75 and 5D. RGB value is (189,117,93). Sum of RGB (Red+Green+Blue) = 189+117+93=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD755D is #428AA2. Grayscale: #878787. Windows color (decimal): -4360867 or 6124989. OLE color: 6124989.

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

Color convert

RGB 189 117 93 -
CMYK 0 0.38 0.51 0.26
HSL 15º 0.42% 0.55% -
HSV(B) 15º 0.51% 0.74% -
XYZ 29.32 24.33 13.51 -
YUV 135.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 189 117 93 0 0.38 0.51 0.26 15 0.42 0.55
Hex BD 75 5D 0 26 33 1A F 2A 37
Octal 275 165 135 0 46 63 32 17 52 67
Binary 10111101 1110101 1011101 0 100110 110011 11010 1111 101010 110111

Color Harmonies of #BD755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD755D

Black with #BD755D

Text Example


Text Example

White with #BD755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD755D; }

 p { color: rgb(189,117,93); }

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

background-color css

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

 a { background-color: rgb(189,117,93); }

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

border-color css

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

 span { border-color: rgb(189,117,93); }

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