Html Css Color HEX #BBA83D Brass

📋 copy color: '#BBA83D'

red 187 ◦ green 168 ◦ blue 61

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

Shades of Brass #BBA83D

Tints of Brass #BBA83D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

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

R = 44.95%
G = 40.38%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBA83D (or 0xBBA83D) is known color: Brass. HEX triplet: BB, A8 and 3D. RGB value is (187,168,61). Sum of RGB (Red+Green+Blue) = 187+168+61=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA83D is #4457C2. Grayscale: #A1A1A1. Windows color (decimal): -4478915 or 4040891. OLE color: 4040891.

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

Color convert

RGB 187 168 61 -
CMYK 0 0.10 0.67 0.27
HSL 50.95º 0.51% 0.49% -
HSV(B) 50.95º 0.67% 0.73% -
XYZ 35.34 38.91 10.06 -
YUV 161.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 187 168 61 0 0.10 0.67 0.27 50.95 0.51 0.49
Hex BB A8 3D 0 A 43 1B 33 33 31
Octal 273 250 75 0 12 103 33 63 63 61
Binary 10111011 10101000 111101 0 1010 1000011 11011 110011 110011 110001

Color Harmonies of #BBA83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA83D

Black with #BBA83D

Text Example


Text Example

White with #BBA83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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