Html Css Color HEX #B67E75 Brandy Rose

📋 copy color: '#B67E75'

red 182 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #B67E75

Tints of Brandy Rose #B67E75

RGB

 RED value IS 182 (71.48% from 255) = 42.82%

 GREEN value IS 126 (49.61% from 255) = 29.65%

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

R = 42.82%
G = 29.65%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B67E75 (or 0xB67E75) is known color: Brandy Rose. HEX triplet: B6, 7E and 75. RGB value is (182,126,117). Sum of RGB (Red+Green+Blue) = 182+126+117=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E75 is #49818A. Grayscale: #8D8D8D. Windows color (decimal): -4817291 or 7700150. OLE color: 7700150.

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

Color convert

RGB 182 126 117 -
CMYK 0 0.31 0.36 0.29
HSL 8.31º 0.31% 0.59% -
HSV(B) 8.31º 0.36% 0.71% -
XYZ 29.96 26.15 20.3 -
YUV 141.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 182 126 117 0 0.31 0.36 0.29 8.31 0.31 0.59
Hex B6 7E 75 0 1F 24 1D 8 1F 3B
Octal 266 176 165 0 37 44 35 10 37 73
Binary 10110110 1111110 1110101 0 11111 100100 11101 1000 11111 111011

Color Harmonies of #B67E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E75

Black with #B67E75

Text Example


Text Example

White with #B67E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E75; }

 p { color: rgb(182,126,117); }

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

background-color css

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

 a { background-color: rgb(182,126,117); }

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

border-color css

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

 span { border-color: rgb(182,126,117); }

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