Html Css Color HEX #B1B527 Bahia

📋 copy color: '#B1B527'

red 177 ◦ green 181 ◦ blue 39

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

Shades of Bahia #B1B527

Tints of Bahia #B1B527

RGB

 RED value IS 177 (69.53% from 255) = 44.58%

 GREEN value IS 181 (71.09% from 255) = 45.59%

 BLUE value IS 39 (15.63% from 255) = 9.82%

R = 44.58%
G = 45.59%
B = 9.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B1B527 (or 0xB1B527) is known color: Bahia. HEX triplet: B1, B5 and 27. RGB value is (177,181,39). Sum of RGB (Red+Green+Blue) = 177+181+39=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B527 is #4E4AD8. Grayscale: #A4A4A4. Windows color (decimal): -5130969 or 2602417. OLE color: 2602417.

HSL color Cylindrical-coordinate representation of color #B1B527: hue angle of 61.69º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1B527 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 181 39 -
CMYK 0.02 0 0.78 0.29
HSL 61.69º 0.65% 0.43% -
HSV(B) 61.69º 0.78% 0.71% -
XYZ 35.02 42.54 8.28 -
YUV 163.62 57.67 137.55 -
System Red Green Blue C M Y K H S L
Decimal 177 181 39 0.02 0 0.78 0.29 61.69 0.65 0.43
Hex B1 B5 27 2 0 4E 1D 3E 41 2B
Octal 261 265 47 2 0 116 35 76 101 53
Binary 10110001 10110101 100111 10 0 1001110 11101 111110 1000001 101011

Color Harmonies of #B1B527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B527

Black with #B1B527

Text Example


Text Example

White with #B1B527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B527; }

 p { color: rgb(177,181,39); }

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

background-color css

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

 a { background-color: rgb(177,181,39); }

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

border-color css

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

 span { border-color: rgb(177,181,39); }

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