Html Css Color HEX #B38671 Brandy Rose

📋 copy color: '#B38671'

red 179 ◦ green 134 ◦ blue 113

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

Shades of Brandy Rose #B38671

Tints of Brandy Rose #B38671

RGB

 RED value IS 179 (70.31% from 255) = 42.02%

 GREEN value IS 134 (52.73% from 255) = 31.46%

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

R = 42.02%
G = 31.46%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B38671 (or 0xB38671) is known color: Brandy Rose. HEX triplet: B3, 86 and 71. RGB value is (179,134,113). Sum of RGB (Red+Green+Blue) = 179+134+113=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B38671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38671 is #4C798E. Grayscale: #919191. Windows color (decimal): -5011855 or 7440051. OLE color: 7440051.

HSL color Cylindrical-coordinate representation of color #B38671: hue angle of 19.09º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B38671 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 113 -
CMYK 0 0.25 0.37 0.30
HSL 19.09º 0.3% 0.57% -
HSV(B) 19.09º 0.37% 0.7% -
XYZ 30.1 27.83 19.41 -
YUV 145.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 179 134 113 0 0.25 0.37 0.30 19.09 0.3 0.57
Hex B3 86 71 0 19 25 1E 13 1E 39
Octal 263 206 161 0 31 45 36 23 36 71
Binary 10110011 10000110 1110001 0 11001 100101 11110 10011 11110 111001

Color Harmonies of #B38671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38671

Black with #B38671

Text Example


Text Example

White with #B38671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38671; }

 p { color: rgb(179,134,113); }

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

background-color css

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

 a { background-color: rgb(179,134,113); }

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

border-color css

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

 span { border-color: rgb(179,134,113); }

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