Html Css Color HEX #BBA23D Brass

📋 copy color: '#BBA23D'

red 187 ◦ green 162 ◦ blue 61

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

Shades of Brass #BBA23D

Tints of Brass #BBA23D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.51%

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

R = 45.61%
G = 39.51%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBA23D (or 0xBBA23D) is known color: Brass. HEX triplet: BB, A2 and 3D. RGB value is (187,162,61). Sum of RGB (Red+Green+Blue) = 187+162+61=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA23D is #445DC2. Grayscale: #9E9E9E. Windows color (decimal): -4480451 or 4039355. OLE color: 4039355.

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

Color convert

RGB 187 162 61 -
CMYK 0 0.13 0.67 0.27
HSL 48.1º 0.51% 0.49% -
HSV(B) 48.1º 0.67% 0.73% -
XYZ 34.26 36.74 9.7 -
YUV 157.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 187 162 61 0 0.13 0.67 0.27 48.1 0.51 0.49
Hex BB A2 3D 0 D 43 1B 30 33 31
Octal 273 242 75 0 15 103 33 60 63 61
Binary 10111011 10100010 111101 0 1101 1000011 11011 110000 110011 110001

Color Harmonies of #BBA23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA23D

Black with #BBA23D

Text Example


Text Example

White with #BBA23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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