Html Css Color HEX #BD735C Japonica

📋 copy color: '#BD735C'

red 189 ◦ green 115 ◦ blue 92

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

Shades of Japonica #BD735C

Tints of Japonica #BD735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

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

R = 47.73%
G = 29.04%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD735C (or 0xBD735C) is known color: Japonica. HEX triplet: BD, 73 and 5C. RGB value is (189,115,92). Sum of RGB (Red+Green+Blue) = 189+115+92=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD735C is #428CA3. Grayscale: #868686. Windows color (decimal): -4361380 or 6058941. OLE color: 6058941.

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

Color convert

RGB 189 115 92 -
CMYK 0 0.39 0.51 0.26
HSL 14.23º 0.42% 0.55% -
HSV(B) 14.23º 0.51% 0.74% -
XYZ 29.05 23.85 13.2 -
YUV 134.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 189 115 92 0 0.39 0.51 0.26 14.23 0.42 0.55
Hex BD 73 5C 0 27 33 1A E 2A 37
Octal 275 163 134 0 47 63 32 16 52 67
Binary 10111101 1110011 1011100 0 100111 110011 11010 1110 101010 110111

Color Harmonies of #BD735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD735C

Black with #BD735C

Text Example


Text Example

White with #BD735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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