Html Css Color HEX #BD7B38 Brandy Punch

📋 copy color: '#BD7B38'

red 189 ◦ green 123 ◦ blue 56

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

Shades of Brandy Punch #BD7B38

Tints of Brandy Punch #BD7B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.22%

R = 51.36%
G = 33.42%
B = 15.22%

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

#BD7B38 (or 0xBD7B38) is known color: Brandy Punch. HEX triplet: BD, 7B and 38. RGB value is (189,123,56). Sum of RGB (Red+Green+Blue) = 189+123+56=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7B38 is #4284C7. Grayscale: #878787. Windows color (decimal): -4359368 or 3701693. OLE color: 3701693.

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

Color convert

RGB 189 123 56 -
CMYK 0 0.35 0.70 0.26
HSL 30.23º 0.54% 0.48% -
HSV(B) 30.23º 0.7% 0.74% -
XYZ 28.78 25.27 7.1 -
YUV 135.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 189 123 56 0 0.35 0.70 0.26 30.23 0.54 0.48
Hex BD 7B 38 0 23 46 1A 1E 36 30
Octal 275 173 70 0 43 106 32 36 66 60
Binary 10111101 1111011 111000 0 100011 1000110 11010 11110 110110 110000

Color Harmonies of #BD7B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B38

Black with #BD7B38

Text Example


Text Example

White with #BD7B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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