Html Css Color HEX #B78371 Brandy Rose

📋 copy color: '#B78371'

red 183 ◦ green 131 ◦ blue 113

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

Shades of Brandy Rose #B78371

Tints of Brandy Rose #B78371

RGB

 RED value IS 183 (71.88% from 255) = 42.86%

 GREEN value IS 131 (51.56% from 255) = 30.68%

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 42.86%
G = 30.68%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B78371 (or 0xB78371) is known color: Brandy Rose. HEX triplet: B7, 83 and 71. RGB value is (183,131,113). Sum of RGB (Red+Green+Blue) = 183+131+113=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B78371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78371 is #487C8E. Grayscale: #909090. Windows color (decimal): -4750479 or 7439287. OLE color: 7439287.

HSL color Cylindrical-coordinate representation of color #B78371: hue angle of 15.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B78371 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 131 113 -
CMYK 0 0.28 0.38 0.28
HSL 15.43º 0.33% 0.58% -
HSV(B) 15.43º 0.38% 0.72% -
XYZ 30.63 27.49 19.32 -
YUV 144.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 183 131 113 0 0.28 0.38 0.28 15.43 0.33 0.58
Hex B7 83 71 0 1C 26 1C F 21 3A
Octal 267 203 161 0 34 46 34 17 41 72
Binary 10110111 10000011 1110001 0 11100 100110 11100 1111 100001 111010

Color Harmonies of #B78371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78371

Black with #B78371

Text Example


Text Example

White with #B78371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78371; }

 p { color: rgb(183,131,113); }

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

background-color css

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

 a { background-color: rgb(183,131,113); }

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

border-color css

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

 span { border-color: rgb(183,131,113); }

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