Html Css Color HEX #BD774B Brandy Punch

📋 copy color: '#BD774B'

red 189 ◦ green 119 ◦ blue 75

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

Shades of Brandy Punch #BD774B

Tints of Brandy Punch #BD774B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

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

R = 49.35%
G = 31.07%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD774B (or 0xBD774B) is known color: Brandy Punch. HEX triplet: BD, 77 and 4B. RGB value is (189,119,75). Sum of RGB (Red+Green+Blue) = 189+119+75=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD774B is #4288B4. Grayscale: #878787. Windows color (decimal): -4360373 or 4945853. OLE color: 4945853.

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

Color convert

RGB 189 119 75 -
CMYK 0 0.37 0.60 0.26
HSL 23.16º 0.46% 0.52% -
HSV(B) 23.16º 0.6% 0.74% -
XYZ 28.85 24.52 9.87 -
YUV 134.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 189 119 75 0 0.37 0.60 0.26 23.16 0.46 0.52
Hex BD 77 4B 0 25 3C 1A 17 2E 34
Octal 275 167 113 0 45 74 32 27 56 64
Binary 10111101 1110111 1001011 0 100101 111100 11010 10111 101110 110100

Color Harmonies of #BD774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD774B

Black with #BD774B

Text Example


Text Example

White with #BD774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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