Html Css Color HEX #B38670 Brandy Rose

📋 copy color: '#B38670'

red 179 ◦ green 134 ◦ blue 112

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

Shades of Brandy Rose #B38670

Tints of Brandy Rose #B38670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 42.12%
G = 31.53%
B = 26.35%

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

#B38670 (or 0xB38670) is known color: Brandy Rose. HEX triplet: B3, 86 and 70. RGB value is (179,134,112). Sum of RGB (Red+Green+Blue) = 179+134+112=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B38670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38670 is #4C798F. Grayscale: #919191. Windows color (decimal): -5011856 or 7374515. OLE color: 7374515.

HSL color Cylindrical-coordinate representation of color #B38670: hue angle of 19.7º degrees, saturation: 0.31, 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 #B38670 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 112 -
CMYK 0 0.25 0.37 0.30
HSL 19.7º 0.31% 0.57% -
HSV(B) 19.7º 0.37% 0.7% -
XYZ 30.04 27.8 19.11 -
YUV 144.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 179 134 112 0 0.25 0.37 0.30 19.7 0.31 0.57
Hex B3 86 70 0 19 25 1E 14 1F 39
Octal 263 206 160 0 31 45 36 24 37 71
Binary 10110011 10000110 1110000 0 11001 100101 11110 10100 11111 111001

Color Harmonies of #B38670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38670

Black with #B38670

Text Example


Text Example

White with #B38670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38670; }

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

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

background-color css

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

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

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

border-color css

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

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

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