Html Css Color HEX #B4BE31 Bahia

📋 copy color: '#B4BE31'

red 180 ◦ green 190 ◦ blue 49

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

Shades of Bahia #B4BE31

Tints of Bahia #B4BE31

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

 BLUE value IS 49 (19.53% from 255) = 11.69%

R = 42.96%
G = 45.35%
B = 11.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B4BE31 (or 0xB4BE31) is known color: Bahia. HEX triplet: B4, BE and 31. RGB value is (180,190,49). Sum of RGB (Red+Green+Blue) = 180+190+49=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BE31 is #4B41CE. Grayscale: #ABABAB. Windows color (decimal): -4932047 or 3260084. OLE color: 3260084.

HSL color Cylindrical-coordinate representation of color #B4BE31: hue angle of 64.26º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4BE31 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 190 49 -
CMYK 0.05 0 0.74 0.25
HSL 64.26º 0.59% 0.47% -
HSV(B) 64.26º 0.74% 0.75% -
XYZ 37.79 46.75 9.94 -
YUV 170.94 59.19 134.46 -
System Red Green Blue C M Y K H S L
Decimal 180 190 49 0.05 0 0.74 0.25 64.26 0.59 0.47
Hex B4 BE 31 5 0 4A 19 40 3B 2F
Octal 264 276 61 5 0 112 31 100 73 57
Binary 10110100 10111110 110001 101 0 1001010 11001 1000000 111011 101111

Color Harmonies of #B4BE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BE31

Black with #B4BE31

Text Example


Text Example

White with #B4BE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BE31; }

 p { color: rgb(180,190,49); }

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

background-color css

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

 a { background-color: rgb(180,190,49); }

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

border-color css

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

 span { border-color: rgb(180,190,49); }

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