Html Css Color HEX #BD7B39 Brandy Punch

📋 copy color: '#BD7B39'

red 189 ◦ green 123 ◦ blue 57

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

Shades of Brandy Punch #BD7B39

Tints of Brandy Punch #BD7B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.45%

R = 51.22%
G = 33.33%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD7B39 (or 0xBD7B39) is known color: Brandy Punch. HEX triplet: BD, 7B and 39. RGB value is (189,123,57). Sum of RGB (Red+Green+Blue) = 189+123+57=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7B39 is #4284C6. Grayscale: #878787. Windows color (decimal): -4359367 or 3767229. OLE color: 3767229.

HSL color Cylindrical-coordinate representation of color #BD7B39: hue angle of 30º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD7B39 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 123 57 -
CMYK 0 0.35 0.70 0.26
HSL 30º 0.54% 0.48% -
HSV(B) 30º 0.7% 0.74% -
XYZ 28.81 25.28 7.23 -
YUV 135.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 189 123 57 0 0.35 0.70 0.26 30 0.54 0.48
Hex BD 7B 39 0 23 46 1A 1E 36 30
Octal 275 173 71 0 43 106 32 36 66 60
Binary 10111101 1111011 111001 0 100011 1000110 11010 11110 110110 110000

Color Harmonies of #BD7B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B39

Black with #BD7B39

Text Example


Text Example

White with #BD7B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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