Html Css Color HEX #B68977 Brandy Rose

📋 copy color: '#B68977'

red 182 ◦ green 137 ◦ blue 119

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

Shades of Brandy Rose #B68977

Tints of Brandy Rose #B68977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.28%

 BLUE value IS 119 (46.88% from 255) = 27.17%

R = 41.55%
G = 31.28%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B68977 (or 0xB68977) is known color: Brandy Rose. HEX triplet: B6, 89 and 77. RGB value is (182,137,119). Sum of RGB (Red+Green+Blue) = 182+137+119=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B68977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68977 is #497688. Grayscale: #949494. Windows color (decimal): -4814473 or 7834038. OLE color: 7834038.

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

Color convert

RGB 182 137 119 -
CMYK 0 0.25 0.35 0.29
HSL 17.14º 0.3% 0.59% -
HSV(B) 17.14º 0.35% 0.71% -
XYZ 31.57 29.17 21.42 -
YUV 148.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 182 137 119 0 0.25 0.35 0.29 17.14 0.3 0.59
Hex B6 89 77 0 19 23 1D 11 1E 3B
Octal 266 211 167 0 31 43 35 21 36 73
Binary 10110110 10001001 1110111 0 11001 100011 11101 10001 11110 111011

Color Harmonies of #B68977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68977

Black with #B68977

Text Example


Text Example

White with #B68977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68977; }

 p { color: rgb(182,137,119); }

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

background-color css

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

 a { background-color: rgb(182,137,119); }

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

border-color css

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

 span { border-color: rgb(182,137,119); }

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