Html Css Color HEX #B67B6B Brandy Rose

📋 copy color: '#B67B6B'

red 182 ◦ green 123 ◦ blue 107

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

Shades of Brandy Rose #B67B6B

Tints of Brandy Rose #B67B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

 BLUE value IS 107 (42.19% from 255) = 25.97%

R = 44.17%
G = 29.85%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B67B6B (or 0xB67B6B) is known color: Brandy Rose. HEX triplet: B6, 7B and 6B. RGB value is (182,123,107). Sum of RGB (Red+Green+Blue) = 182+123+107=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B6B is #498494. Grayscale: #8A8A8A. Windows color (decimal): -4818069 or 7044022. OLE color: 7044022.

HSL color Cylindrical-coordinate representation of color #B67B6B: hue angle of 12.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B67B6B is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 123 107 -
CMYK 0 0.32 0.41 0.29
HSL 12.8º 0.34% 0.57% -
HSV(B) 12.8º 0.41% 0.71% -
XYZ 29.03 25.17 17.24 -
YUV 138.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 182 123 107 0 0.32 0.41 0.29 12.8 0.34 0.57
Hex B6 7B 6B 0 20 29 1D D 22 39
Octal 266 173 153 0 40 51 35 15 42 71
Binary 10110110 1111011 1101011 0 100000 101001 11101 1101 100010 111001

Color Harmonies of #B67B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B6B

Black with #B67B6B

Text Example


Text Example

White with #B67B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B6B; }

 p { color: rgb(182,123,107); }

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

background-color css

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

 a { background-color: rgb(182,123,107); }

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

border-color css

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

 span { border-color: rgb(182,123,107); }

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