Html Css Color HEX #B68A76 Brandy Rose

📋 copy color: '#B68A76'

red 182 ◦ green 138 ◦ blue 118

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

Shades of Brandy Rose #B68A76

Tints of Brandy Rose #B68A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.94%

R = 41.55%
G = 31.51%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B68A76 (or 0xB68A76) is known color: Brandy Rose. HEX triplet: B6, 8A and 76. RGB value is (182,138,118). Sum of RGB (Red+Green+Blue) = 182+138+118=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A76 is #497589. Grayscale: #959595. Windows color (decimal): -4814218 or 7768758. OLE color: 7768758.

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

Color convert

RGB 182 138 118 -
CMYK 0 0.24 0.35 0.29
HSL 18.75º 0.3% 0.59% -
HSV(B) 18.75º 0.35% 0.71% -
XYZ 31.65 29.43 21.15 -
YUV 148.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 182 138 118 0 0.24 0.35 0.29 18.75 0.3 0.59
Hex B6 8A 76 0 18 23 1D 13 1E 3B
Octal 266 212 166 0 30 43 35 23 36 73
Binary 10110110 10001010 1110110 0 11000 100011 11101 10011 11110 111011

Color Harmonies of #B68A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A76

Black with #B68A76

Text Example


Text Example

White with #B68A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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