Html Css Color HEX #BBA63D Brass

📋 copy color: '#BBA63D'

red 187 ◦ green 166 ◦ blue 61

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

Shades of Brass #BBA63D

Tints of Brass #BBA63D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.1%

 BLUE value IS 61 (24.22% from 255) = 14.73%

R = 45.17%
G = 40.1%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBA63D (or 0xBBA63D) is known color: Brass. HEX triplet: BB, A6 and 3D. RGB value is (187,166,61). Sum of RGB (Red+Green+Blue) = 187+166+61=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA63D is #4459C2. Grayscale: #A0A0A0. Windows color (decimal): -4479427 or 4040379. OLE color: 4040379.

HSL color Cylindrical-coordinate representation of color #BBA63D: hue angle of 50º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBA63D is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 61 -
CMYK 0 0.11 0.67 0.27
HSL 50º 0.51% 0.49% -
HSV(B) 50º 0.67% 0.73% -
XYZ 34.97 38.17 9.94 -
YUV 160.31 71.96 147.04 -
System Red Green Blue C M Y K H S L
Decimal 187 166 61 0 0.11 0.67 0.27 50 0.51 0.49
Hex BB A6 3D 0 B 43 1B 32 33 31
Octal 273 246 75 0 13 103 33 62 63 61
Binary 10111011 10100110 111101 0 1011 1000011 11011 110010 110011 110001

Color Harmonies of #BBA63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA63D

Black with #BBA63D

Text Example


Text Example

White with #BBA63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA63D; }

 p { color: rgb(187,166,61); }

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

background-color css

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

 a { background-color: rgb(187,166,61); }

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

border-color css

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

 span { border-color: rgb(187,166,61); }

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