Html Css Color HEX #B2B43E Brass

📋 copy color: '#B2B43E'

red 178 ◦ green 180 ◦ blue 62

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

Shades of Brass #B2B43E

Tints of Brass #B2B43E

RGB

 RED value IS 178 (69.92% from 255) = 42.38%

 GREEN value IS 180 (70.7% from 255) = 42.86%

 BLUE value IS 62 (24.61% from 255) = 14.76%

R = 42.38%
G = 42.86%
B = 14.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B2B43E (or 0xB2B43E) is known color: Brass. HEX triplet: B2, B4 and 3E. RGB value is (178,180,62). Sum of RGB (Red+Green+Blue) = 178+180+62=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B43E is #4D4BC1. Grayscale: #A6A6A6. Windows color (decimal): -5065666 or 4109490. OLE color: 4109490.

HSL color Cylindrical-coordinate representation of color #B2B43E: hue angle of 61.02º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2B43E is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 62 -
CMYK 0.01 0 0.66 0.29
HSL 61.02º 0.49% 0.47% -
HSV(B) 61.02º 0.66% 0.71% -
XYZ 35.55 42.46 10.88 -
YUV 165.95 69.34 136.59 -
System Red Green Blue C M Y K H S L
Decimal 178 180 62 0.01 0 0.66 0.29 61.02 0.49 0.47
Hex B2 B4 3E 1 0 42 1D 3D 31 2F
Octal 262 264 76 1 0 102 35 75 61 57
Binary 10110010 10110100 111110 1 0 1000010 11101 111101 110001 101111

Color Harmonies of #B2B43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B43E

Black with #B2B43E

Text Example


Text Example

White with #B2B43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B43E; }

 p { color: rgb(178,180,62); }

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

background-color css

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

 a { background-color: rgb(178,180,62); }

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

border-color css

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

 span { border-color: rgb(178,180,62); }

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