Html Css Color HEX #B67E7D Brandy Rose

📋 copy color: '#B67E7D'

red 182 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #B67E7D

Tints of Brandy Rose #B67E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 42.03%
G = 29.1%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B67E7D (or 0xB67E7D) is known color: Brandy Rose. HEX triplet: B6, 7E and 7D. RGB value is (182,126,125). Sum of RGB (Red+Green+Blue) = 182+126+125=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E7D is #498182. Grayscale: #8E8E8E. Windows color (decimal): -4817283 or 8224438. OLE color: 8224438.

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

Color convert

RGB 182 126 125 -
CMYK 0 0.31 0.31 0.29
HSL 1.05º 0.28% 0.6% -
HSV(B) 1.05º 0.31% 0.71% -
XYZ 30.45 26.35 22.88 -
YUV 142.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 182 126 125 0 0.31 0.31 0.29 1.05 0.28 0.6
Hex B6 7E 7D 0 1F 1F 1D 1 1C 3C
Octal 266 176 175 0 37 37 35 1 34 74
Binary 10110110 1111110 1111101 0 11111 11111 11101 1 11100 111100

Color Harmonies of #B67E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E7D

Black with #B67E7D

Text Example


Text Example

White with #B67E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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