Html Css Color HEX #B37F7B Brandy Rose

📋 copy color: '#B37F7B'

red 179 ◦ green 127 ◦ blue 123

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

Shades of Brandy Rose #B37F7B

Tints of Brandy Rose #B37F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 41.72%
G = 29.6%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B37F7B (or 0xB37F7B) is known color: Brandy Rose. HEX triplet: B3, 7F and 7B. RGB value is (179,127,123). Sum of RGB (Red+Green+Blue) = 179+127+123=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37F7B is #4C8084. Grayscale: #8E8E8E. Windows color (decimal): -5013637 or 8093619. OLE color: 8093619.

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

Color convert

RGB 179 127 123 -
CMYK 0 0.29 0.31 0.30
HSL 4.29º 0.27% 0.59% -
HSV(B) 4.29º 0.31% 0.7% -
XYZ 29.75 26.19 22.23 -
YUV 142.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 179 127 123 0 0.29 0.31 0.30 4.29 0.27 0.59
Hex B3 7F 7B 0 1D 1F 1E 4 1B 3B
Octal 263 177 173 0 35 37 36 4 33 73
Binary 10110011 1111111 1111011 0 11101 11111 11110 100 11011 111011

Color Harmonies of #B37F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F7B

Black with #B37F7B

Text Example


Text Example

White with #B37F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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