Html Css Color HEX #BD754B Brandy Punch

📋 copy color: '#BD754B'

red 189 ◦ green 117 ◦ blue 75

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

Shades of Brandy Punch #BD754B

Tints of Brandy Punch #BD754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.71%

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 49.61%
G = 30.71%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD754B (or 0xBD754B) is known color: Brandy Punch. HEX triplet: BD, 75 and 4B. RGB value is (189,117,75). Sum of RGB (Red+Green+Blue) = 189+117+75=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD754B is #428AB4. Grayscale: #858585. Windows color (decimal): -4360885 or 4945341. OLE color: 4945341.

HSL color Cylindrical-coordinate representation of color #BD754B: hue angle of 22.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD754B is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 117 75 -
CMYK 0 0.38 0.60 0.26
HSL 22.11º 0.46% 0.52% -
HSV(B) 22.11º 0.6% 0.74% -
XYZ 28.62 24.05 9.79 -
YUV 133.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 189 117 75 0 0.38 0.60 0.26 22.11 0.46 0.52
Hex BD 75 4B 0 26 3C 1A 16 2E 34
Octal 275 165 113 0 46 74 32 26 56 64
Binary 10111101 1110101 1001011 0 100110 111100 11010 10110 101110 110100

Color Harmonies of #BD754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD754B

Black with #BD754B

Text Example


Text Example

White with #BD754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD754B; }

 p { color: rgb(189,117,75); }

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

background-color css

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

 a { background-color: rgb(189,117,75); }

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

border-color css

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

 span { border-color: rgb(189,117,75); }

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