Html Css Color HEX #BD743B Zest

📋 copy color: '#BD743B'

red 189 ◦ green 116 ◦ blue 59

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

Shades of Zest #BD743B

Tints of Zest #BD743B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

 BLUE value IS 59 (23.44% from 255) = 16.21%

R = 51.92%
G = 31.87%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD743B (or 0xBD743B) is known color: Zest. HEX triplet: BD, 74 and 3B. RGB value is (189,116,59). Sum of RGB (Red+Green+Blue) = 189+116+59=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD743B is #428BC4. Grayscale: #838383. Windows color (decimal): -4361157 or 3896509. OLE color: 3896509.

HSL color Cylindrical-coordinate representation of color #BD743B: hue angle of 26.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD743B is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 59 -
CMYK 0 0.39 0.69 0.26
HSL 26.31º 0.52% 0.49% -
HSV(B) 26.31º 0.69% 0.74% -
XYZ 28.02 23.63 7.22 -
YUV 131.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 189 116 59 0 0.39 0.69 0.26 26.31 0.52 0.49
Hex BD 74 3B 0 27 45 1A 1A 34 31
Octal 275 164 73 0 47 105 32 32 64 61
Binary 10111101 1110100 111011 0 100111 1000101 11010 11010 110100 110001

Color Harmonies of #BD743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD743B

Black with #BD743B

Text Example


Text Example

White with #BD743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD743B; }

 p { color: rgb(189,116,59); }

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

background-color css

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

 a { background-color: rgb(189,116,59); }

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

border-color css

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

 span { border-color: rgb(189,116,59); }

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