Html Css Color HEX #BBA44D Sundance

📋 copy color: '#BBA44D'

red 187 ◦ green 164 ◦ blue 77

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

Shades of Sundance #BBA44D

Tints of Sundance #BBA44D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 77 (30.47% from 255) = 17.99%

R = 43.69%
G = 38.32%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BBA44D (or 0xBBA44D) is known color: Sundance. HEX triplet: BB, A4 and 4D. RGB value is (187,164,77). Sum of RGB (Red+Green+Blue) = 187+164+77=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA44D is #445BB2. Grayscale: #A1A1A1. Windows color (decimal): -4479923 or 5088443. OLE color: 5088443.

HSL color Cylindrical-coordinate representation of color #BBA44D: hue angle of 47.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBA44D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 77 -
CMYK 0 0.12 0.59 0.27
HSL 47.45º 0.45% 0.52% -
HSV(B) 47.45º 0.59% 0.73% -
XYZ 35.11 37.65 12.44 -
YUV 160.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 187 164 77 0 0.12 0.59 0.27 47.45 0.45 0.52
Hex BB A4 4D 0 C 3B 1B 2F 2D 34
Octal 273 244 115 0 14 73 33 57 55 64
Binary 10111011 10100100 1001101 0 1100 111011 11011 101111 101101 110100

Color Harmonies of #BBA44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA44D

Black with #BBA44D

Text Example


Text Example

White with #BBA44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA44D; }

 p { color: rgb(187,164,77); }

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

background-color css

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

 a { background-color: rgb(187,164,77); }

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

border-color css

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

 span { border-color: rgb(187,164,77); }

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