Html Css Color HEX #B37F6B Brandy Rose

📋 copy color: '#B37F6B'

red 179 ◦ green 127 ◦ blue 107

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

Shades of Brandy Rose #B37F6B

Tints of Brandy Rose #B37F6B

RGB

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

 GREEN value IS 127 (50% from 255) = 30.75%

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 43.34%
G = 30.75%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B37F6B (or 0xB37F6B) is known color: Brandy Rose. HEX triplet: B3, 7F and 6B. RGB value is (179,127,107). Sum of RGB (Red+Green+Blue) = 179+127+107=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37F6B is #4C8094. Grayscale: #8C8C8C. Windows color (decimal): -5013653 or 7045043. OLE color: 7045043.

HSL color Cylindrical-coordinate representation of color #B37F6B: hue angle of 16.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B37F6B is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 127 107 -
CMYK 0 0.29 0.40 0.30
HSL 16.67º 0.32% 0.56% -
HSV(B) 16.67º 0.4% 0.7% -
XYZ 28.83 25.82 17.37 -
YUV 140.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 179 127 107 0 0.29 0.40 0.30 16.67 0.32 0.56
Hex B3 7F 6B 0 1D 28 1E 11 20 38
Octal 263 177 153 0 35 50 36 21 40 70
Binary 10110011 1111111 1101011 0 11101 101000 11110 10001 100000 111000

Color Harmonies of #B37F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F6B

Black with #B37F6B

Text Example


Text Example

White with #B37F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F6B; }

 p { color: rgb(179,127,107); }

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

background-color css

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

 a { background-color: rgb(179,127,107); }

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

border-color css

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

 span { border-color: rgb(179,127,107); }

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