Html Css Color HEX #BD7B3E Brandy Punch

📋 copy color: '#BD7B3E'

red 189 ◦ green 123 ◦ blue 62

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

Shades of Brandy Punch #BD7B3E

Tints of Brandy Punch #BD7B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.58%

R = 50.53%
G = 32.89%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD7B3E (or 0xBD7B3E) is known color: Brandy Punch. HEX triplet: BD, 7B and 3E. RGB value is (189,123,62). Sum of RGB (Red+Green+Blue) = 189+123+62=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7B3E is #4284C1. Grayscale: #888888. Windows color (decimal): -4359362 or 4094909. OLE color: 4094909.

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

Color convert

RGB 189 123 62 -
CMYK 0 0.35 0.67 0.26
HSL 28.82º 0.51% 0.49% -
HSV(B) 28.82º 0.67% 0.74% -
XYZ 28.94 25.33 7.92 -
YUV 135.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 189 123 62 0 0.35 0.67 0.26 28.82 0.51 0.49
Hex BD 7B 3E 0 23 43 1A 1D 33 31
Octal 275 173 76 0 43 103 32 35 63 61
Binary 10111101 1111011 111110 0 100011 1000011 11010 11101 110011 110001

Color Harmonies of #BD7B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B3E

Black with #BD7B3E

Text Example


Text Example

White with #BD7B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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