Html Css Color HEX #BD7B5A Japonica

📋 copy color: '#BD7B5A'

red 189 ◦ green 123 ◦ blue 90

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

Shades of Japonica #BD7B5A

Tints of Japonica #BD7B5A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.6%

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

R = 47.01%
G = 30.6%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD7B5A (or 0xBD7B5A) is known color: Japonica. HEX triplet: BD, 7B and 5A. RGB value is (189,123,90). Sum of RGB (Red+Green+Blue) = 189+123+90=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B5A is #4284A5. Grayscale: #8B8B8B. Windows color (decimal): -4359334 or 5929917. OLE color: 5929917.

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

Color convert

RGB 189 123 90 -
CMYK 0 0.35 0.52 0.26
HSL 20º 0.43% 0.55% -
HSV(B) 20º 0.52% 0.74% -
XYZ 29.91 25.72 13.06 -
YUV 138.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 189 123 90 0 0.35 0.52 0.26 20 0.43 0.55
Hex BD 7B 5A 0 23 34 1A 14 2B 37
Octal 275 173 132 0 43 64 32 24 53 67
Binary 10111101 1111011 1011010 0 100011 110100 11010 10100 101011 110111

Color Harmonies of #BD7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B5A

Black with #BD7B5A

Text Example


Text Example

White with #BD7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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