Html Css Color HEX #B38C7E Brandy Rose

📋 copy color: '#B38C7E'

red 179 ◦ green 140 ◦ blue 126

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

Shades of Brandy Rose #B38C7E

Tints of Brandy Rose #B38C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 40.22%
G = 31.46%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B38C7E (or 0xB38C7E) is known color: Brandy Rose. HEX triplet: B3, 8C and 7E. RGB value is (179,140,126). Sum of RGB (Red+Green+Blue) = 179+140+126=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C7E is #4C7381. Grayscale: #969696. Windows color (decimal): -5010306 or 8293555. OLE color: 8293555.

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

Color convert

RGB 179 140 126 -
CMYK 0 0.22 0.30 0.30
HSL 15.85º 0.26% 0.6% -
HSV(B) 15.85º 0.3% 0.7% -
XYZ 31.73 29.85 23.83 -
YUV 150.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 179 140 126 0 0.22 0.30 0.30 15.85 0.26 0.6
Hex B3 8C 7E 0 16 1E 1E 10 1A 3C
Octal 263 214 176 0 26 36 36 20 32 74
Binary 10110011 10001100 1111110 0 10110 11110 11110 10000 11010 111100

Color Harmonies of #B38C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C7E

Black with #B38C7E

Text Example


Text Example

White with #B38C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C7E; }

 p { color: rgb(179,140,126); }

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

background-color css

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

 a { background-color: rgb(179,140,126); }

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

border-color css

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

 span { border-color: rgb(179,140,126); }

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