Html Css Color HEX #BBBA27 Rio Grande

📋 copy color: '#BBBA27'

red 187 ◦ green 186 ◦ blue 39

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

Shades of Rio Grande #BBBA27

Tints of Rio Grande #BBBA27

RGB

 RED value IS 187 (73.44% from 255) = 45.39%

 GREEN value IS 186 (73.05% from 255) = 45.15%

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

R = 45.39%
G = 45.15%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBBA27 (or 0xBBBA27) is known color: Rio Grande. HEX triplet: BB, BA and 27. RGB value is (187,186,39). Sum of RGB (Red+Green+Blue) = 187+186+39=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA27 is #4445D8. Grayscale: #AAAAAA. Windows color (decimal): -4474329 or 2603707. OLE color: 2603707.

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

Color convert

RGB 187 186 39 -
CMYK 0 0.01 0.79 0.27
HSL 59.59º 0.65% 0.44% -
HSV(B) 59.59º 0.79% 0.73% -
XYZ 38.42 45.83 8.74 -
YUV 169.54 54.33 140.45 -
System Red Green Blue C M Y K H S L
Decimal 187 186 39 0 0.01 0.79 0.27 59.59 0.65 0.44
Hex BB BA 27 0 1 4F 1B 3C 41 2C
Octal 273 272 47 0 1 117 33 74 101 54
Binary 10111011 10111010 100111 0 1 1001111 11011 111100 1000001 101100

Color Harmonies of #BBBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA27

Black with #BBBA27

Text Example


Text Example

White with #BBBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA27; }

 p { color: rgb(187,186,39); }

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

background-color css

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

 a { background-color: rgb(187,186,39); }

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

border-color css

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

 span { border-color: rgb(187,186,39); }

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