Html Css Color HEX #B67978 Brandy Rose

📋 copy color: '#B67978'

red 182 ◦ green 121 ◦ blue 120

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

Shades of Brandy Rose #B67978

Tints of Brandy Rose #B67978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.61%

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

R = 43.03%
G = 28.61%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B67978 (or 0xB67978) is known color: Brandy Rose. HEX triplet: B6, 79 and 78. RGB value is (182,121,120). Sum of RGB (Red+Green+Blue) = 182+121+120=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B67978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67978 is #498687. Grayscale: #8B8B8B. Windows color (decimal): -4818568 or 7895478. OLE color: 7895478.

HSL color Cylindrical-coordinate representation of color #B67978: hue angle of 0.97º 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 #B67978 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 121 120 -
CMYK 0 0.34 0.34 0.29
HSL 0.97º 0.3% 0.59% -
HSV(B) 0.97º 0.34% 0.71% -
XYZ 29.52 24.98 21.03 -
YUV 139.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 182 121 120 0 0.34 0.34 0.29 0.97 0.3 0.59
Hex B6 79 78 0 22 22 1D 1 1E 3B
Octal 266 171 170 0 42 42 35 1 36 73
Binary 10110110 1111001 1111000 0 100010 100010 11101 1 11110 111011

Color Harmonies of #B67978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67978

Black with #B67978

Text Example


Text Example

White with #B67978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67978; }

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

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

background-color css

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

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

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

border-color css

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

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

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