Html Css Color HEX #BB934B Tussock

📋 copy color: '#BB934B'

red 187 ◦ green 147 ◦ blue 75

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

Shades of Tussock #BB934B

Tints of Tussock #BB934B

RGB

 RED value IS 187 (73.44% from 255) = 45.72%

 GREEN value IS 147 (57.81% from 255) = 35.94%

 BLUE value IS 75 (29.69% from 255) = 18.34%

R = 45.72%
G = 35.94%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB934B (or 0xBB934B) is known color: Tussock. HEX triplet: BB, 93 and 4B. RGB value is (187,147,75). Sum of RGB (Red+Green+Blue) = 187+147+75=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB934B is #446CB4. Grayscale: #979797. Windows color (decimal): -4484277 or 4953019. OLE color: 4953019.

HSL color Cylindrical-coordinate representation of color #BB934B: hue angle of 38.57º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB934B is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 147 75 -
CMYK 0 0.21 0.60 0.27
HSL 38.57º 0.45% 0.51% -
HSV(B) 38.57º 0.6% 0.73% -
XYZ 32.2 31.94 11.12 -
YUV 150.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 187 147 75 0 0.21 0.60 0.27 38.57 0.45 0.51
Hex BB 93 4B 0 15 3C 1B 27 2D 33
Octal 273 223 113 0 25 74 33 47 55 63
Binary 10111011 10010011 1001011 0 10101 111100 11011 100111 101101 110011

Color Harmonies of #BB934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB934B

Black with #BB934B

Text Example


Text Example

White with #BB934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB934B; }

 p { color: rgb(187,147,75); }

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

background-color css

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

 a { background-color: rgb(187,147,75); }

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

border-color css

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

 span { border-color: rgb(187,147,75); }

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