Html Css Color HEX #B68A79 Brandy Rose

📋 copy color: '#B68A79'

red 182 ◦ green 138 ◦ blue 121

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

Shades of Brandy Rose #B68A79

Tints of Brandy Rose #B68A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.29%

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

R = 41.27%
G = 31.29%
B = 27.44%

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

#B68A79 (or 0xB68A79) is known color: Brandy Rose. HEX triplet: B6, 8A and 79. RGB value is (182,138,121). Sum of RGB (Red+Green+Blue) = 182+138+121=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A79 is #497586. Grayscale: #959595. Windows color (decimal): -4814215 or 7965366. OLE color: 7965366.

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

Color convert

RGB 182 138 121 -
CMYK 0 0.24 0.34 0.29
HSL 16.72º 0.29% 0.59% -
HSV(B) 16.72º 0.34% 0.71% -
XYZ 31.83 29.5 22.11 -
YUV 149.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 182 138 121 0 0.24 0.34 0.29 16.72 0.29 0.59
Hex B6 8A 79 0 18 22 1D 11 1D 3B
Octal 266 212 171 0 30 42 35 21 35 73
Binary 10110110 10001010 1111001 0 11000 100010 11101 10001 11101 111011

Color Harmonies of #B68A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A79

Black with #B68A79

Text Example


Text Example

White with #B68A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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