Html Css Color HEX #B68B79 Brandy Rose

📋 copy color: '#B68B79'

red 182 ◦ green 139 ◦ blue 121

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

Shades of Brandy Rose #B68B79

Tints of Brandy Rose #B68B79

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.45%

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 41.18%
G = 31.45%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B68B79 (or 0xB68B79) is known color: Brandy Rose. HEX triplet: B6, 8B and 79. RGB value is (182,139,121). Sum of RGB (Red+Green+Blue) = 182+139+121=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B79 is #497486. Grayscale: #959595. Windows color (decimal): -4813959 or 7965622. OLE color: 7965622.

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

Color convert

RGB 182 139 121 -
CMYK 0 0.24 0.34 0.29
HSL 17.7º 0.29% 0.59% -
HSV(B) 17.7º 0.34% 0.71% -
XYZ 31.98 29.79 22.15 -
YUV 149.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 182 139 121 0 0.24 0.34 0.29 17.7 0.29 0.59
Hex B6 8B 79 0 18 22 1D 12 1D 3B
Octal 266 213 171 0 30 42 35 22 35 73
Binary 10110110 10001011 1111001 0 11000 100010 11101 10010 11101 111011

Color Harmonies of #B68B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B79

Black with #B68B79

Text Example


Text Example

White with #B68B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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