Html Css Color HEX #B68D7D Brandy Rose

📋 copy color: '#B68D7D'

red 182 ◦ green 141 ◦ blue 125

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

Shades of Brandy Rose #B68D7D

Tints of Brandy Rose #B68D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.47%

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 40.63%
G = 31.47%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B68D7D (or 0xB68D7D) is known color: Brandy Rose. HEX triplet: B6, 8D and 7D. RGB value is (182,141,125). Sum of RGB (Red+Green+Blue) = 182+141+125=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D7D is #497282. Grayscale: #979797. Windows color (decimal): -4813443 or 8228278. OLE color: 8228278.

HSL color Cylindrical-coordinate representation of color #B68D7D: hue angle of 16.84º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B68D7D is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 141 125 -
CMYK 0 0.23 0.31 0.29
HSL 16.84º 0.28% 0.6% -
HSV(B) 16.84º 0.31% 0.71% -
XYZ 32.52 30.48 23.57 -
YUV 151.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 182 141 125 0 0.23 0.31 0.29 16.84 0.28 0.6
Hex B6 8D 7D 0 17 1F 1D 11 1C 3C
Octal 266 215 175 0 27 37 35 21 34 74
Binary 10110110 10001101 1111101 0 10111 11111 11101 10001 11100 111100

Color Harmonies of #B68D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D7D

Black with #B68D7D

Text Example


Text Example

White with #B68D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D7D; }

 p { color: rgb(182,141,125); }

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

background-color css

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

 a { background-color: rgb(182,141,125); }

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

border-color css

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

 span { border-color: rgb(182,141,125); }

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