Html Css Color HEX #B67E78 Brandy Rose

📋 copy color: '#B67E78'

red 182 ◦ green 126 ◦ blue 120

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

Shades of Brandy Rose #B67E78

Tints of Brandy Rose #B67E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 42.52%
G = 29.44%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B67E78 (or 0xB67E78) is known color: Brandy Rose. HEX triplet: B6, 7E and 78. RGB value is (182,126,120). Sum of RGB (Red+Green+Blue) = 182+126+120=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E78 is #498187. Grayscale: #8E8E8E. Windows color (decimal): -4817288 or 7896758. OLE color: 7896758.

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

Color convert

RGB 182 126 120 -
CMYK 0 0.31 0.34 0.29
HSL 5.81º 0.3% 0.59% -
HSV(B) 5.81º 0.34% 0.71% -
XYZ 30.14 26.22 21.24 -
YUV 142.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 182 126 120 0 0.31 0.34 0.29 5.81 0.3 0.59
Hex B6 7E 78 0 1F 22 1D 6 1E 3B
Octal 266 176 170 0 37 42 35 6 36 73
Binary 10110110 1111110 1111000 0 11111 100010 11101 110 11110 111011

Color Harmonies of #B67E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E78

Black with #B67E78

Text Example


Text Example

White with #B67E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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