Html Css Color HEX #BD765A Japonica

📋 copy color: '#BD765A'

red 189 ◦ green 118 ◦ blue 90

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

Shades of Japonica #BD765A

Tints of Japonica #BD765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

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

R = 47.61%
G = 29.72%
B = 22.67%

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

#BD765A (or 0xBD765A) is known color: Japonica. HEX triplet: BD, 76 and 5A. RGB value is (189,118,90). Sum of RGB (Red+Green+Blue) = 189+118+90=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD765A is #4289A5. Grayscale: #888888. Windows color (decimal): -4360614 or 5928637. OLE color: 5928637.

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

Color convert

RGB 189 118 90 -
CMYK 0 0.38 0.52 0.26
HSL 16.97º 0.43% 0.55% -
HSV(B) 16.97º 0.52% 0.74% -
XYZ 29.31 24.51 12.86 -
YUV 136.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 189 118 90 0 0.38 0.52 0.26 16.97 0.43 0.55
Hex BD 76 5A 0 26 34 1A 11 2B 37
Octal 275 166 132 0 46 64 32 21 53 67
Binary 10111101 1110110 1011010 0 100110 110100 11010 10001 101011 110111

Color Harmonies of #BD765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD765A

Black with #BD765A

Text Example


Text Example

White with #BD765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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