Html Css Color HEX #BD735A Japonica

📋 copy color: '#BD735A'

red 189 ◦ green 115 ◦ blue 90

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

Shades of Japonica #BD735A

Tints of Japonica #BD735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.84%

R = 47.97%
G = 29.19%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD735A (or 0xBD735A) is known color: Japonica. HEX triplet: BD, 73 and 5A. RGB value is (189,115,90). Sum of RGB (Red+Green+Blue) = 189+115+90=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD735A is #428CA5. Grayscale: #868686. Windows color (decimal): -4361382 or 5927869. OLE color: 5927869.

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

Color convert

RGB 189 115 90 -
CMYK 0 0.39 0.52 0.26
HSL 15.15º 0.43% 0.55% -
HSV(B) 15.15º 0.52% 0.74% -
XYZ 28.96 23.82 12.74 -
YUV 134.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 189 115 90 0 0.39 0.52 0.26 15.15 0.43 0.55
Hex BD 73 5A 0 27 34 1A F 2B 37
Octal 275 163 132 0 47 64 32 17 53 67
Binary 10111101 1110011 1011010 0 100111 110100 11010 1111 101011 110111

Color Harmonies of #BD735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD735A

Black with #BD735A

Text Example


Text Example

White with #BD735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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