Html Css Color HEX #B38675 Brandy Rose

📋 copy color: '#B38675'

red 179 ◦ green 134 ◦ blue 117

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

Shades of Brandy Rose #B38675

Tints of Brandy Rose #B38675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.21%

R = 41.63%
G = 31.16%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B38675 (or 0xB38675) is known color: Brandy Rose. HEX triplet: B3, 86 and 75. RGB value is (179,134,117). Sum of RGB (Red+Green+Blue) = 179+134+117=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B38675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38675 is #4C798A. Grayscale: #919191. Windows color (decimal): -5011851 or 7702195. OLE color: 7702195.

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

Color convert

RGB 179 134 117 -
CMYK 0 0.25 0.35 0.30
HSL 16.45º 0.29% 0.58% -
HSV(B) 16.45º 0.35% 0.7% -
XYZ 30.33 27.92 20.62 -
YUV 145.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 179 134 117 0 0.25 0.35 0.30 16.45 0.29 0.58
Hex B3 86 75 0 19 23 1E 10 1D 3A
Octal 263 206 165 0 31 43 36 20 35 72
Binary 10110011 10000110 1110101 0 11001 100011 11110 10000 11101 111010

Color Harmonies of #B38675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38675

Black with #B38675

Text Example


Text Example

White with #B38675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38675; }

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

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

background-color css

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

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

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

border-color css

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

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

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