Html Css Color HEX #B1B71D Bahia

📋 copy color: '#B1B71D'

red 177 ◦ green 183 ◦ blue 29

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

Shades of Bahia #B1B71D

Tints of Bahia #B1B71D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.04%

 BLUE value IS 29 (11.72% from 255) = 7.46%

R = 45.5%
G = 47.04%
B = 7.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B1B71D (or 0xB1B71D) is known color: Bahia. HEX triplet: B1, B7 and 1D. RGB value is (177,183,29). Sum of RGB (Red+Green+Blue) = 177+183+29=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B71D is #4E48E2. Grayscale: #A4A4A4. Windows color (decimal): -5130467 or 1947569. OLE color: 1947569.

HSL color Cylindrical-coordinate representation of color #B1B71D: hue angle of 62.34º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1B71D is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 183 29 -
CMYK 0.03 0 0.84 0.28
HSL 62.34º 0.73% 0.42% -
HSV(B) 62.34º 0.84% 0.72% -
XYZ 35.29 43.3 7.66 -
YUV 163.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 177 183 29 0.03 0 0.84 0.28 62.34 0.73 0.42
Hex B1 B7 1D 3 0 54 1C 3E 49 2A
Octal 261 267 35 3 0 124 34 76 111 52
Binary 10110001 10110111 11101 11 0 1010100 11100 111110 1001001 101010

Color Harmonies of #B1B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B71D

Black with #B1B71D

Text Example


Text Example

White with #B1B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B71D; }

 p { color: rgb(177,183,29); }

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

background-color css

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

 a { background-color: rgb(177,183,29); }

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

border-color css

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

 span { border-color: rgb(177,183,29); }

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