Html Css Color HEX #BD715C Japonica

📋 copy color: '#BD715C'

red 189 ◦ green 113 ◦ blue 92

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

Shades of Japonica #BD715C

Tints of Japonica #BD715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 47.97%
G = 28.68%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD715C (or 0xBD715C) is known color: Japonica. HEX triplet: BD, 71 and 5C. RGB value is (189,113,92). Sum of RGB (Red+Green+Blue) = 189+113+92=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD715C is #428EA3. Grayscale: #858585. Windows color (decimal): -4361892 or 6058429. OLE color: 6058429.

HSL color Cylindrical-coordinate representation of color #BD715C: hue angle of 12.99º 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 #BD715C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 113 92 -
CMYK 0 0.40 0.51 0.26
HSL 12.99º 0.42% 0.55% -
HSV(B) 12.99º 0.51% 0.74% -
XYZ 28.82 23.4 13.12 -
YUV 133.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 189 113 92 0 0.40 0.51 0.26 12.99 0.42 0.55
Hex BD 71 5C 0 28 33 1A D 2A 37
Octal 275 161 134 0 50 63 32 15 52 67
Binary 10111101 1110001 1011100 0 101000 110011 11010 1101 101010 110111

Color Harmonies of #BD715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD715C

Black with #BD715C

Text Example


Text Example

White with #BD715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD715C; }

 p { color: rgb(189,113,92); }

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

background-color css

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

 a { background-color: rgb(189,113,92); }

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

border-color css

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

 span { border-color: rgb(189,113,92); }

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