Html Css Color HEX #B2B727 Bahia

📋 copy color: '#B2B727'

red 178 ◦ green 183 ◦ blue 39

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

Shades of Bahia #B2B727

Tints of Bahia #B2B727

RGB

 RED value IS 178 (69.92% from 255) = 44.5%

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

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

R = 44.5%
G = 45.75%
B = 9.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B2B727 (or 0xB2B727) is known color: Bahia. HEX triplet: B2, B7 and 27. RGB value is (178,183,39). Sum of RGB (Red+Green+Blue) = 178+183+39=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B727 is #4D48D8. Grayscale: #A5A5A5. Windows color (decimal): -5064921 or 2602930. OLE color: 2602930.

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

Color convert

RGB 178 183 39 -
CMYK 0.03 0 0.79 0.28
HSL 62.08º 0.65% 0.44% -
HSV(B) 62.08º 0.79% 0.72% -
XYZ 35.66 43.48 8.43 -
YUV 165.09 56.84 137.21 -
System Red Green Blue C M Y K H S L
Decimal 178 183 39 0.03 0 0.79 0.28 62.08 0.65 0.44
Hex B2 B7 27 3 0 4F 1C 3E 41 2C
Octal 262 267 47 3 0 117 34 76 101 54
Binary 10110010 10110111 100111 11 0 1001111 11100 111110 1000001 101100

Color Harmonies of #B2B727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B727

Black with #B2B727

Text Example


Text Example

White with #B2B727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B727; }

 p { color: rgb(178,183,39); }

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

background-color css

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

 a { background-color: rgb(178,183,39); }

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

border-color css

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

 span { border-color: rgb(178,183,39); }

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