Html Css Color HEX #BBAC3D Brass

📋 copy color: '#BBAC3D'

red 187 ◦ green 172 ◦ blue 61

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

Shades of Brass #BBAC3D

Tints of Brass #BBAC3D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

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

R = 44.52%
G = 40.95%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBAC3D (or 0xBBAC3D) is known color: Brass. HEX triplet: BB, AC and 3D. RGB value is (187,172,61). Sum of RGB (Red+Green+Blue) = 187+172+61=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC3D is #4453C2. Grayscale: #A4A4A4. Windows color (decimal): -4477891 or 4041915. OLE color: 4041915.

HSL color Cylindrical-coordinate representation of color #BBAC3D: hue angle of 52.86º 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 #BBAC3D is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 61 -
CMYK 0 0.08 0.67 0.27
HSL 52.86º 0.51% 0.49% -
HSV(B) 52.86º 0.67% 0.73% -
XYZ 36.09 40.41 10.31 -
YUV 163.83 69.97 144.53 -
System Red Green Blue C M Y K H S L
Decimal 187 172 61 0 0.08 0.67 0.27 52.86 0.51 0.49
Hex BB AC 3D 0 8 43 1B 35 33 31
Octal 273 254 75 0 10 103 33 65 63 61
Binary 10111011 10101100 111101 0 1000 1000011 11011 110101 110011 110001

Color Harmonies of #BBAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC3D

Black with #BBAC3D

Text Example


Text Example

White with #BBAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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