Html Css Color HEX #B4B233 Brass

📋 copy color: '#B4B233'

red 180 ◦ green 178 ◦ blue 51

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

Shades of Brass #B4B233

Tints of Brass #B4B233

RGB

 RED value IS 180 (70.7% from 255) = 44.01%

 GREEN value IS 178 (69.92% from 255) = 43.52%

 BLUE value IS 51 (20.31% from 255) = 12.47%

R = 44.01%
G = 43.52%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B4B233 (or 0xB4B233) is known color: Brass. HEX triplet: B4, B2 and 33. RGB value is (180,178,51). Sum of RGB (Red+Green+Blue) = 180+178+51=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B233 is #4B4DCC. Grayscale: #A4A4A4. Windows color (decimal): -4935117 or 3388084. OLE color: 3388084.

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

Color convert

RGB 180 178 51 -
CMYK 0 0.01 0.72 0.29
HSL 59.07º 0.56% 0.45% -
HSV(B) 59.07º 0.72% 0.71% -
XYZ 35.34 41.78 9.33 -
YUV 164.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 180 178 51 0 0.01 0.72 0.29 59.07 0.56 0.45
Hex B4 B2 33 0 1 48 1D 3B 38 2D
Octal 264 262 63 0 1 110 35 73 70 55
Binary 10110100 10110010 110011 0 1 1001000 11101 111011 111000 101101

Color Harmonies of #B4B233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B233

Black with #B4B233

Text Example


Text Example

White with #B4B233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B233; }

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

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

background-color css

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

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

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

border-color css

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

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

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