Html Css Color HEX #B4BA32 Bahia

📋 copy color: '#B4BA32'

red 180 ◦ green 186 ◦ blue 50

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

Shades of Bahia #B4BA32

Tints of Bahia #B4BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.71%

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 43.27%
G = 44.71%
B = 12.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B4BA32 (or 0xB4BA32) is known color: Bahia. HEX triplet: B4, BA and 32. RGB value is (180,186,50). Sum of RGB (Red+Green+Blue) = 180+186+50=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA32 is #4B45CD. Grayscale: #A9A9A9. Windows color (decimal): -4933070 or 3324596. OLE color: 3324596.

HSL color Cylindrical-coordinate representation of color #B4BA32: hue angle of 62.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4BA32 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 186 50 -
CMYK 0.03 0 0.73 0.27
HSL 62.65º 0.58% 0.46% -
HSV(B) 62.65º 0.73% 0.73% -
XYZ 36.96 45.05 9.77 -
YUV 168.7 61.01 136.06 -
System Red Green Blue C M Y K H S L
Decimal 180 186 50 0.03 0 0.73 0.27 62.65 0.58 0.46
Hex B4 BA 32 3 0 49 1B 3F 3A 2E
Octal 264 272 62 3 0 111 33 77 72 56
Binary 10110100 10111010 110010 11 0 1001001 11011 111111 111010 101110

Color Harmonies of #B4BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA32

Black with #B4BA32

Text Example


Text Example

White with #B4BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA32; }

 p { color: rgb(180,186,50); }

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

background-color css

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

 a { background-color: rgb(180,186,50); }

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

border-color css

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

 span { border-color: rgb(180,186,50); }

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