Html Css Color HEX #B37A6F Brandy Rose

📋 copy color: '#B37A6F'

red 179 ◦ green 122 ◦ blue 111

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

Shades of Brandy Rose #B37A6F

Tints of Brandy Rose #B37A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.61%

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 43.45%
G = 29.61%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B37A6F (or 0xB37A6F) is known color: Brandy Rose. HEX triplet: B3, 7A and 6F. RGB value is (179,122,111). Sum of RGB (Red+Green+Blue) = 179+122+111=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A6F is #4C8590. Grayscale: #898989. Windows color (decimal): -5014929 or 7305907. OLE color: 7305907.

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

Color convert

RGB 179 122 111 -
CMYK 0 0.32 0.38 0.30
HSL 9.71º 0.31% 0.57% -
HSV(B) 9.71º 0.38% 0.7% -
XYZ 28.42 24.65 18.3 -
YUV 137.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 179 122 111 0 0.32 0.38 0.30 9.71 0.31 0.57
Hex B3 7A 6F 0 20 26 1E A 1F 39
Octal 263 172 157 0 40 46 36 12 37 71
Binary 10110011 1111010 1101111 0 100000 100110 11110 1010 11111 111001

Color Harmonies of #B37A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A6F

Black with #B37A6F

Text Example


Text Example

White with #B37A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A6F; }

 p { color: rgb(179,122,111); }

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

background-color css

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

 a { background-color: rgb(179,122,111); }

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

border-color css

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

 span { border-color: rgb(179,122,111); }

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