Html Css Color HEX #B0B726 Bahia

📋 copy color: '#B0B726'

red 176 ◦ green 183 ◦ blue 38

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

Shades of Bahia #B0B726

Tints of Bahia #B0B726

RGB

 RED value IS 176 (69.14% from 255) = 44.33%

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

 BLUE value IS 38 (15.23% from 255) = 9.57%

R = 44.33%
G = 46.1%
B = 9.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B0B726 (or 0xB0B726) is known color: Bahia. HEX triplet: B0, B7 and 26. RGB value is (176,183,38). Sum of RGB (Red+Green+Blue) = 176+183+38=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B726 is #4F48D9. Grayscale: #A4A4A4. Windows color (decimal): -5195994 or 2537392. OLE color: 2537392.

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

Color convert

RGB 176 183 38 -
CMYK 0.04 0 0.79 0.28
HSL 62.9º 0.66% 0.43% -
HSV(B) 62.9º 0.79% 0.72% -
XYZ 35.19 43.24 8.32 -
YUV 164.38 56.68 136.29 -
System Red Green Blue C M Y K H S L
Decimal 176 183 38 0.04 0 0.79 0.28 62.9 0.66 0.43
Hex B0 B7 26 4 0 4F 1C 3F 42 2B
Octal 260 267 46 4 0 117 34 77 102 53
Binary 10110000 10110111 100110 100 0 1001111 11100 111111 1000010 101011

Color Harmonies of #B0B726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B726

Black with #B0B726

Text Example


Text Example

White with #B0B726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B726; }

 p { color: rgb(176,183,38); }

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

background-color css

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

 a { background-color: rgb(176,183,38); }

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

border-color css

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

 span { border-color: rgb(176,183,38); }

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